| Interface | Description |
|---|---|
| AccessClientServiceLocal |
Local interface for
AccessClientService |
| AgreementLogServiceLocal | |
| AgreementServiceLocal | |
| AuthHandler |
Handles authentication and authorization for the current logged user
|
| ChannelServiceLocal |
Local interface for channel
|
| ConfigurationHandler |
Provides access to configurations
|
| FailedActionHandler |
Handles the failed attempts to perform an action
|
| InitializationServiceLocal |
Local interface for
InitializationService |
| LoginServiceLocal |
Local interface for
LoginService |
| PasswordHandler |
Contains methods used to validate passwords
|
| PasswordServiceLocal |
Local interface for
PasswordService |
| PasswordTypeServiceLocal | |
| PrincipalTypeServiceLocal |
Local interface for
PrincipalTypeService |
| SessionData |
Contains data in a user session
|
| SessionHandler |
Handler for user sessions, containing methods to manage them
|
| TokenServiceLocal |
Local interface for
TokenService |
| UserChannelServiceLocal |
Local interface for
UserChannelService |
| Class | Description |
|---|---|
| AbstractSessionData |
Base class for SessionData's implementations, containing logic that counts for any type of SessionData.
|
| AccessClientSessionData |
An
UserSessionData from an access client |
| DirectUserSessionData |
An
UserSessionData constructed directly with an User |
| GuestSessionData |
Session data for guest users
|
| ScriptSessionData |
Session data used to run scripts.
It wraps another SessionData preserving the logged user. |
| SessionHandler.UserCheckResult | |
| StatefulUserSessionData |
An
UserSessionData which is based on a Session |
| StatelessUserSessionData |
An
UserSessionData which doesn't rely on Sessions |
| SystemSessionData |
A session data for running tasks as system
|
| UserSessionData |
Session data for a logged user
|