Package | Description |
---|---|
com.sun.identity.authentication.client | |
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 | |
org.forgerock.openam.core | |
org.forgerock.openam.core.rest.authn.core |
This package contains core classes and methods for starting and continuing the authentication process.
|
org.forgerock.openam.core.rest.authn.core.wrappers |
This package contains wrapper class around core method calls.
|
Modifier and Type | Method and Description |
---|---|
static javax.servlet.http.Cookie |
AuthClientUtils.createlbCookie(String cookieDomain) |
static void |
AuthClientUtils.setlbCookie(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static void |
AuthClientUtils.setRedirectBackServerCookie(String cookieName,
String cookieValue,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets the redirectBackUrlCookie to be set as OpenAM
server URL when redirecting to external web site during authentication
process.
|
static void |
AuthClientUtils.setServerCookie(javax.servlet.http.Cookie aCookie,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets server cookie to
HttpServletResponse object |
Modifier and Type | Method and Description |
---|---|
AuthXMLRequest |
AuthXMLRequestParser.parseXML()
Parses the authentication request xml document.
|
static AuthXMLRequest |
AuthXMLRequest.parseXML(String xml,
javax.servlet.http.HttpServletRequest req)
This method is used primarily at the server side to reconstruct
a
AuthXMLRequest object based on the XML document
received from client. |
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
LoginState.activateSession(Subject subject)
Activates session on successful authentication.
|
Callback[] |
CompositeAdvices.createChoiceCallback()
Returns array of choice callback.
|
Callback[] |
AuthLevel.createChoiceCallback()
Returns choice callback.
|
static javax.servlet.http.Cookie |
AuthUtils.createlbCookie(AuthContextLocal authContext,
String cookieDomain) |
static AuthContextLocal |
AuthUtils.getAuthContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SessionID sid,
boolean isSessionUpgrade,
boolean isBackPost)
Returns the authentication context for a request.
|
static AuthContextLocal |
AuthUtils.getAuthContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SessionID sessionId,
boolean isSessionUpgrade,
boolean isBackPost,
boolean isLogout,
boolean isRestAuth)
Returns the authentication context for a request.
|
static AuthContextLocal |
AuthUtils.getAuthContext(javax.servlet.http.HttpServletRequest req,
String sessionID) |
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName) |
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName,
javax.servlet.http.HttpServletRequest req) |
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName,
String sessionID) |
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName,
String sessionID,
boolean logout) |
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName,
String sessionID,
boolean isLogout,
javax.servlet.http.HttpServletRequest req)
Returns the AuthContext Handle for the Request.
|
static AuthContextLocal |
AuthUtils.getAuthContext(String orgName,
String sessionID,
boolean isLogout,
javax.servlet.http.HttpServletRequest req,
String indexType,
AuthXMLRequest xmlReq) |
static AuthContextLocal |
AuthUtils.getAuthContext(String providedOrgName,
String sessionID,
boolean isLogout,
javax.servlet.http.HttpServletRequest req,
String indexType,
AuthXMLRequest xmlReq,
boolean forceAuth) |
AMIdentity |
AuthD.getIdentity(IdType idType,
String idName,
String orgName)
Returns the
AMIdentity object for the given parameters. |
static String |
AuthUtils.getRemoteSecurityEnabled()
Returns true if remote Auth security is enabled and false otherwise
|
AMIdentity |
LoginState.getRole(String roleName)
Returns
AMIdentity object for a Role. |
static void |
AuthUtils.setlbCookie(AuthContextLocal authContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
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.
|
Constructor and Description |
---|
AuthLevel(AuthContext.IndexType indexType,
String indexName,
String orgDN,
String clientType,
Locale loc)
Class constructor
|
CompositeAdvices(String indexName,
String orgDN,
String clientType,
Locale loc)
Default class constructor for class
|
Modifier and Type | Class and Description |
---|---|
class |
AMAuthCallBackException
The
AMAuthCallBackException is used to specify an exception
related to an authentication framework callback. |
Modifier and Type | Method and Description |
---|---|
boolean |
ForceAuthSessionActivator.activateSession(LoginState loginState,
SessionService sessionService,
InternalSession authSession,
Subject subject) |
Modifier and Type | Method and Description |
---|---|
void |
CoreServicesWrapper.setLbCookie(AuthContextLocal authContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates and sets the load balancer cookies on the response.
|
Modifier and Type | Method and Description |
---|---|
LoginProcess |
LoginAuthenticator.getLoginProcess(LoginConfiguration loginConfiguration)
Gets the Login Process object using the given Login Configuration.
|
Modifier and Type | Method and Description |
---|---|
AuthContextLocalWrapper |
CoreServicesWrapper.getAuthContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SessionID sessionID,
boolean isSessionUpgrade,
boolean isBackPost)
Will either create or retrieve an existing AuthContextLocal.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.