Uses of Class
com.sun.identity.authentication.service.LoginState
-
Packages that use LoginState 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 -
-
Uses of LoginState in com.sun.identity.authentication.audit
Methods in com.sun.identity.authentication.audit with parameters of type LoginState Modifier and Type Method Description voidAuthenticationProcessEventAuditor. auditLoginFailure(LoginState loginState)Log an authentication process failure event.voidAuthenticationProcessEventAuditor. auditLoginFailure(LoginState loginState, AuditConstants.AuthenticationFailureReason failureReason)Log an authentication process failure event.voidAuthenticationProcessEventAuditor. auditLoginSuccess(LoginState loginState)Log an authentication process successful completion event.voidAuthenticationModuleEventAuditor. auditModuleFailure(LoginState loginState, Principal principal, AuthenticationAuditEntry auditEntryDetail)Log an authentication module failure completion event.voidAuthenticationModuleEventAuditor. auditModuleSuccess(LoginState loginState, Principal principal, AuthenticationAuditEntry auditEntryDetail)Log an authentication module successful completion event.protected StringAbstractAuthenticationEventAuditor. getFailedPrincipal(LoginState loginState)Get the failed username from the of the event.protected StringAbstractAuthenticationEventAuditor. 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. -
Uses of LoginState in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server that return LoginState Modifier and Type Method Description LoginStateAuthContextLocal. getLoginState()Returns the login stateMethods in com.sun.identity.authentication.server with parameters of type LoginState Modifier and Type Method Description voidAuthContextLocal. setLoginState(LoginState state)Sets the Login State -
Uses of LoginState in com.sun.identity.authentication.service
Methods in com.sun.identity.authentication.service that return LoginState Modifier and Type Method Description LoginStateAMLoginContext. getLoginState()Returns login state for the authentication context.static LoginStateAuthUtils. getLoginState(AuthContextLocal authContext)LoginStateLoginStateCallback. getLoginState()Returns Login State.Methods in com.sun.identity.authentication.service with parameters of type LoginState Modifier and Type Method Description protected booleanDefaultSessionActivator. activateSession(InternalSession session, LoginState loginState)booleanDefaultSessionActivator. activateSession(LoginState loginState, SessionService sessionService, InternalSession authSession, Subject subject)booleanSessionActivator. 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 InternalSessionDefaultSessionActivator. createSession(SessionService sessionService, LoginState loginState)voidLoginStateCallback. setLoginState(LoginState state)Sets Login State.protected booleanDefaultSessionActivator. 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. -
Uses of LoginState in com.sun.identity.authentication.spi
Methods in com.sun.identity.authentication.spi that return LoginState Modifier and Type Method Description protected LoginStateAMLoginModule. getLoginState(String methodName)Returns the authenticationLoginState -
Uses of LoginState in org.forgerock.openam.authentication.service.activators
Methods in org.forgerock.openam.authentication.service.activators with parameters of type LoginState Modifier and Type Method Description booleanForceAuthSessionActivator. activateSession(LoginState loginState, SessionService sessionService, InternalSession authSession, Subject subject)
-