com.rift.coad.lib.security.login |
|
Java Source File Name | Type | Comment |
AuthenticationException.java | Class | This exception will be thrown when an authentication request fails. |
AuthTypes.java | Class | This file contains the standard recognised authentication types. |
AuthValues.java | Class | This class defines all the constants for authentication parameters. |
LoginException.java | Class | The login exception generated by the login related classes and interfaces. |
LoginHandler.java | Interface | This is the interface that processes the login request for a given user
store. |
LoginInfoHandler.java | Interface | This interface will be responsible for suppling the login handler with the
information required to perform the login. |
LoginManager.java | Class | This class is responsible for managing the login requests initiated by users. |
LoginModule.java | Interface | The login manager is responsible for suppling the login methods for the user
store object. |
SessionLogin.java | Class | This class is responsible for setting up a session for a user. |
SessionLoginTest.java | Class | |