Package | Description |
---|---|
com.iplanet.dpro.session.service |
This package contains classes and interfaces that represent
methods to validate/update/destroy/persist/retrieve the internal session data
|
com.sun.identity.authentication |
Provides interfaces and classes for writing a Remote Java client application
to authenticate to OpenAM.
|
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 | |
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 |
---|---|
AuthContextLocal |
InternalSession.getAuthContext()
Get the authentication context associated with this session.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalSession.setAuthContext(AuthContextLocal authContext)
Sets the authentication context.
|
Modifier and Type | Method and Description |
---|---|
AuthContextLocal |
AuthContext.getAuthContextLocal() |
Modifier and Type | Method and Description |
---|---|
AuthContextLocal |
AuthXMLRequest.getAuthContext()
Returns the authentication context for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthXMLRequest.setAuthContext(AuthContextLocal authContext)
Sets the authentication context for this request.
|
void |
AuthXMLResponse.setAuthContext(AuthContextLocal authContext)
Sets the authentication context.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AuthUtils.checkForCookies(javax.servlet.http.HttpServletRequest req,
AuthContextLocal ac)
Returns true if cookies found in the request.
|
static javax.servlet.http.Cookie |
AuthUtils.createlbCookie(AuthContextLocal authContext,
String cookieDomain) |
static void |
AuthUtils.destroySession(AuthContextLocal authContext) |
static String |
AuthUtils.encodeURL(String url,
AuthContextLocal authContext) |
static Callback[] |
AuthUtils.getCallbacksPerState(AuthContextLocal authContext,
String pageState) |
static int |
AuthUtils.getCompositeAdviceType(AuthContextLocal authContext) |
static javax.servlet.http.Cookie |
AuthUtils.getCookieString(AuthContextLocal ac,
String cookieDomain)
Returns the Cookie object created based on the cookie name,
Session ID and cookie domain.
|
static String |
AuthUtils.getFileName(AuthContextLocal authContext,
String fileName) |
static String |
AuthUtils.getIndexName(AuthContextLocal authContext) |
static AuthContext.IndexType |
AuthUtils.getIndexType(AuthContextLocal authContext) |
static boolean |
AuthUtils.getInetDomainStatus(AuthContextLocal authContext) |
static String |
AuthUtils.getLocale(AuthContextLocal authContext) |
static String |
AuthUtils.getLoginFailedURL(AuthContextLocal authContext) |
static LoginState |
AuthUtils.getLoginState(AuthContextLocal authContext) |
static String |
AuthUtils.getLoginSuccessURL(AuthContextLocal authContext) |
static String |
AuthUtils.getLoginURL(AuthContextLocal authContext) |
static javax.servlet.http.Cookie |
AuthUtils.getLogoutCookie(AuthContextLocal ac,
String cookieDomain)
Returns the Logout cookie.
|
static InternalSession |
AuthUtils.getOldSession(AuthContextLocal authContext) |
static String |
AuthUtils.getOrgDN(AuthContextLocal authContext) |
static Callback[] |
AuthUtils.getRecdCallback(AuthContextLocal authContext) |
static InternalSession |
AuthUtils.getSession(AuthContextLocal authContext) |
static String |
AuthUtils.getSessionProperty(String property,
AuthContextLocal oldAuthContext) |
static String |
AuthUtils.getSuccessURL(javax.servlet.http.HttpServletRequest request,
AuthContextLocal authContext)
Returns success URL for this request.
|
static boolean |
AuthUtils.isCookieSet(AuthContextLocal ac) |
static boolean |
AuthUtils.isCookieSupported(AuthContextLocal ac) |
static boolean |
AuthUtils.isForwardSuccess(AuthContextLocal authContext,
javax.servlet.http.HttpServletRequest req)
Returns the flag indicating a request "forward" after
successful authentication.
|
static boolean |
AuthUtils.isNewRequest(AuthContextLocal ac) |
static boolean |
AuthUtils.isSessionUpgrade(AuthContextLocal authContext) |
static boolean |
AuthUtils.sessionTimedOut(AuthContextLocal authContext)
Returns
true if the session has timed out or the page has
timed out. |
static void |
AuthUtils.setCallbacksPerState(AuthContextLocal authContext,
String pageState,
Callback[] callbacks) |
static void |
AuthUtils.setCookieSupported(AuthContextLocal ac,
boolean flag) |
static void |
AuthUtils.setlbCookie(AuthContextLocal authContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
AMLoginContext(AuthContextLocal authContext)
Creates
AMLoginContext object. |
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 |
---|---|
AuthContextLocal |
AuthenticationContext.getAuthContext()
Returns the wrapped AuthContextLocal.
|
Modifier and Type | Method and Description |
---|---|
AuthContextLocal |
AuthContextLocalWrapper.getAuthContext()
Returns the wrapped AuthContextLocal.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreServicesWrapper.setAuthCookie(AuthContextLocal ac,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Constructor and Description |
---|
AuthContextLocalWrapper(AuthContextLocal authContextLocal)
Constructs an instance of the AuthContextWrapper.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.