First page Back Continue Last page Summary Graphics
Initialize
Responsible for initializing login module
- sharedState
- Allows modules to communicate with one another.
- Share name and passwords among login modules.
- Use javax.security.auth.login.name to share userID.
- Use javax.security.auth.login.password to share password
- options
- Used to configure the Module
Notes: