Interface | Description |
---|---|
Authentication.AuthenticatedOperation<T> | |
BruteForceProtectionAPI |
Class is responsible for the brute-force protection on user login
|
EntityLogAPI |
Allows to log entity lifecycle events: create, modify, delete.
|
EntityLogConfig |
EntityLog configuration parameters |
LoginService | Deprecated |
LoginWorker | Deprecated |
TrustedClientService |
Service that provides additional API for trusted clients.
|
UserManagementService |
Service providing maintenance operations on security entities.
|
UserSessionLog |
API for user sessions logging.
|
UserSessionsAPI |
User sessions distributed cache API.
|
UserSessionService |
Service interface to active
UserSession s management. |
UserSettingService |
Service providing current user settings functionality:
an application can save/load some "setting" (plain or XML string) for current user.
|
Class | Description |
---|---|
Authentication |
Bean that provides authentication to an arbitrary code on the Middleware.
|
BruteForceProtectionBean | |
EntityLog | |
LoginServiceBean | Deprecated |
LoginWorkerBean | Deprecated |
TrustedClientServiceBean | |
UserManagementServiceBean | |
UserSessionLogBean | |
UserSessions |
User sessions distributed cache.
|
UserSessionServiceBean |
Service facade to active
UserSession s management. |
UserSettingServiceBean | |
UserTimeZone |
DTO for managing user's own time zone.
|
Annotation Type | Description |
---|---|
Authenticated |
Annotation for bean methods which require authentication, i.e.
|