Package | Description |
---|---|
com.sun.identity.authentication.audit | |
com.sun.identity.authentication.server |
This package contains the classes that represent server side
functionality such as the implementation of request for
authenticating, user credential callbacks.
|
com.sun.identity.authentication.service | |
com.sun.identity.authentication.spi |
Provides interfaces and classes for writing a supplemental authentication
module to plug into OpenAM.
|
org.forgerock.openam.authentication.service.activators |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationProcessEventAuditor.auditLoginFailure(LoginState loginState)
Log an authentication process failure event.
|
void |
AuthenticationProcessEventAuditor.auditLoginFailure(LoginState loginState,
AuditConstants.AuthenticationFailureReason failureReason)
Log an authentication process failure event.
|
void |
AuthenticationProcessEventAuditor.auditLoginSuccess(LoginState loginState)
Log an authentication process successful completion event.
|
void |
AuthenticationModuleEventAuditor.auditModuleFailure(LoginState loginState,
Principal principal,
AuthenticationAuditEntry auditEntryDetail)
Log an authentication module failure completion event.
|
void |
AuthenticationModuleEventAuditor.auditModuleSuccess(LoginState loginState,
Principal principal,
AuthenticationAuditEntry auditEntryDetail)
Log an authentication module successful completion event.
|
protected String |
AbstractAuthenticationEventAuditor.getFailedPrincipal(LoginState loginState)
Get the failed username from the of the event.
|
protected String |
AbstractAuthenticationEventAuditor.getRealmFromState(LoginState loginState)
Get the realm from the login state of the event.
|
protected Set<String> |
AbstractAuthenticationEventAuditor.getTrackingIds(LoginState loginState)
Get the tracking ID from the login state of the event.
|
Modifier and Type | Method and Description |
---|---|
LoginState |
AuthContextLocal.getLoginState()
Returns the login state
|
Modifier and Type | Method and Description |
---|---|
void |
AuthContextLocal.setLoginState(LoginState state)
Sets the Login State
|
Modifier and Type | Method and Description |
---|---|
LoginState |
AMLoginContext.getLoginState()
Returns login state for the authentication context.
|
LoginState |
LoginStateCallback.getLoginState()
Returns Login State.
|
static LoginState |
AuthUtils.getLoginState(AuthContextLocal authContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DefaultSessionActivator.activateSession(InternalSession session,
LoginState loginState) |
boolean |
DefaultSessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject) |
boolean |
SessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject)
Activates the given session after successful authentication, returning the an indication of whether activation
was successful.
|
protected InternalSession |
DefaultSessionActivator.createSession(SessionService sessionService,
LoginState loginState) |
void |
LoginStateCallback.setLoginState(LoginState state)
Sets Login State.
|
protected boolean |
DefaultSessionActivator.updateSessions(InternalSession newSession,
LoginState loginState,
InternalSession sessionToActivate,
InternalSession authSession,
SessionService sessionService,
Subject subject)
newSession and sessionToActivate may be the same session -- e.g. in the default case for normal or stateless
tokens.
|
Modifier and Type | Method and Description |
---|---|
protected LoginState |
AMLoginModule.getLoginState(String methodName)
Returns the authentication
LoginState |
Modifier and Type | Method and Description |
---|---|
boolean |
ForceAuthSessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.