!--a11y-->
Creating a New Project...
1. From the menu path, choose File ® New ® Project ® Java ® Java Project.

2. Choose Next and specify NewLoginModule as the project name.

3. Choose Finish.
The new Java project for the login module is created.
4. Create a new Java class.
Right-click on the name of the project and choose New ® Class.

5. In the dialog that appears, specify ExampleLoginModule as the name of the class:
6. Choose Finish.
The class for the login modules is created.
