| Interface | Description |
|---|---|
| Identifier |
Indicates who the user is and what roles/groups they belong to.
|
| IdentifierBundle |
A group of Identifiers, very commonly used in method signatures
since a session will usually have more than one associated identifier.
|
| IdentifierBundleFactory |
Creates an IdentifierBundle for a ServletRequest/HttpSession.
|
| UserBasedIdentifierBundleFactory |
Creates an IdentifierBundle based only on the characteristics of the current
user, without considering other aspects of the current request.
|
| Class | Description |
|---|---|
| ActiveIdentifierBundleFactories |
Keep a list of the active IdentifierBundleFactories in the context.
|
| ArrayIdentifierBundle |
Most common implementation of a List of Identifiers (IdentifierBundle).
|
| RequestIdentifiers |
Build a list of Identifiers that apply to the current request and cache them
in the request.
|
| RoleIdentifier |
Copyright © 2021. All rights reserved.