See: Description
| Interface | Description |
|---|---|
| CmsSession |
An authenticated user session.
|
| Class | Description |
|---|---|
| AnonymousLoginModule |
Anonymous CMS user
|
| CmsSessionId |
The ID of a
CmsSession, which must be available in the private
credentials of an authenticated Subject. |
| CurrentUser |
Programmatic access to the currently authenticated user, within a CMS
context.
|
| HttpRequestCallback | |
| HttpRequestCallbackHandler |
Callback handler populating
HttpRequestCallbacks with the provided
HttpServletRequest, and ignoring any other callback. |
| HttpSessionLoginModule |
Use the HTTP session as the basis for authentication.
|
| IdentLoginModule |
Use an ident service to identify.
|
| KeyringLoginModule |
Adds a secret key to the private credentials
|
| SingleUserLoginModule | |
| SpnegoLoginModule |
SPNEGO login
|
| UserAdminLoginModule |
Use the
UserAdmin in the OSGi registry as the basis for authentication. |
| UserAdminUtils |
Centralise common patterns to manage users with a
UserAdmin |
Copyright © 2007–2020. All rights reserved.