|
Class Summary |
| Authenticate |
Authenticate a client via login. |
| AuthenticateProtector |
AuthenticateProtector encapsulates Authenticate.java for security reasons. |
| ClientEvent |
An event which indicates that a client did a login or logout. |
| SessionInfo |
SessionInfo stores all known session data about a client. |
| SessionInfoProtector |
SessionInfoProtector protects SessionInfo.java from direct access by administrative tasks. |
| SubjectInfo |
The SubjectInfo stores all known data about a client. |
| SubjectInfoProtector |
SubjectInfoProtector protects SubjectInfo.java from direct access by administrative tasks. |