Interface | Description |
---|---|
AuthenticationPrincipalDataRetriever |
Defines the interface that allows Authentication service to retrieve the
required data from Authentication
Principal , to be populated
in successful user authentication session. |
SessionActivator |
Encapsulates logic for activating a session after successful authentication.
|
Class | Description |
---|---|
AllConfiguredModuleInstances |
The class determines all configured Module Instances for realm
This list is computed per realm.
|
AllowedModulesChoiceValues |
The class determines the allowed choices values for authentication modules.
|
AMAuthErrorCode |
Class is representing error code for different error states
|
AMLoginContext |
AMLoginContext class is the core layer in the authentication
middle tier which connects user clients to the JAAS LoginModule . |
AuthConfigMonitor |
This class is converted from
AuthenticatorManager
to monitor the authentication related configuration changes. |
AuthD |
This class is used to initialize the Authentication service and retrieve
the Global attributes for the Authentication service.
|
AuthenticationPrincipalDataRetrieverFactory |
A factory to access
AuthenticationPrincipalDataRetriever
instance. |
AuthenticationServiceAttributeCache |
This class is a cache for Authentication Configuration Service.
|
AuthLevel |
This class is representing authentication level for associated auth module.
|
AuthServletContextListener |
The
AuthServletContextListener class is used to reset the
JAAS configuration to the default container's configuration when OpenAM
web application is undeployed, or the web container is terminated. |
AuthThreadManager |
AuthThreadManager sleeps for n milliseconds as set in
iplanet-am-auth-sleep-interval wakes up and checks for each thread
in the timeout Hash for timeout.
|
AuthUtils | |
CompositeAdvices |
This class allows the authentication services of OpenAM to
decouple the advice handling mechanism of the agents.
|
ConfiguredAuthServices |
The class determines the configured Identity Types for Identity Repository.
|
ConfiguredIdentityTypes |
The class determines the configured Identity Types for Identity Repository.
|
ConfiguredModuleInstances |
The class determines the configured LDAP/DataStore Module Instances for realm
This list is computed per realm.
|
ConfiguredSocialAuthServices |
Restricts the list of Auth Services (Chains) to those that include Authentication via a Social AuthN provider.
|
DefaultSessionActivator |
The default session activator: creates a new session, sets that as the current session,
copies in properties from the session it's upgrading from (if appropriate) and then
from the auth session into this new session, deletes the auth session and returns.
|
DSAMECallbackHandler |
This class is the OpenAM implementation for Java
CallbackHandler and it can be passed to underlying
auth services so that it may interact with other components to retrieve
specific authentication data, such as usernames and passwords, or to display
certain information, such as error and warning messages. |
LoginState |
This class maintains the User's login state information from the time user
requests for authentication till the time the user either logs out of the
OpenAM system or the session is destroyed by any privileged application of
the OpenAM system.
|
LoginStateCallback |
Class implementations of
Callback interface. |
LoginStatus |
Class is representing status code for different login status
|
PagePropertiesCallback | Deprecated
This class has been deprecated in Access Manager 6.3 and will
not be available in the next Access Manager release.
|
SSOTokenPrincipal |
This class represents the abstract notion of a
SSOToken ,
which can be used to represent any entity, such as an individual, a
corporation, and a login id. |
StreamSubstituter |
Copies a Reader to a Writer performing string substitution.
|
UserPrincipal |
This class represents the abstract notion of a user
which can be used to represent any entity, such as an individual, a
corporation, and a login id.
|
Exception | Description |
---|---|
AuthException |
This class is the super-class for all auth related checked exceptions.
|
Error | Description |
---|---|
DSAMECallbackHandler.DSAMECallbackHandlerError |
This error is used to control the authentication processing: if there is a problem while processing the
callbacks this error prevents the auth framework consider this error as an authentication module failure.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.