Uses of Class
com.sun.identity.authentication.server.AuthContextLocal
-
Packages that use AuthContextLocal 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 datacom.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. -
-
Uses of AuthContextLocal in com.iplanet.dpro.session.service
Methods in com.iplanet.dpro.session.service that return AuthContextLocal Modifier and Type Method Description AuthContextLocal
InternalSession. getAuthContext()
Get the authentication context associated with this session.Methods in com.iplanet.dpro.session.service with parameters of type AuthContextLocal Modifier and Type Method Description void
InternalSession. setAuthContext(AuthContextLocal authContext)
Sets the authentication context. -
Uses of AuthContextLocal in com.sun.identity.authentication
Methods in com.sun.identity.authentication that return AuthContextLocal Modifier and Type Method Description AuthContextLocal
AuthContext. getAuthContextLocal()
-
Uses of AuthContextLocal in com.sun.identity.authentication.server
Methods in com.sun.identity.authentication.server that return AuthContextLocal Modifier and Type Method Description AuthContextLocal
AuthXMLRequest. getAuthContext()
Returns the authentication context for this request.Methods in com.sun.identity.authentication.server with parameters of type AuthContextLocal Modifier and Type Method Description void
AuthXMLRequest. setAuthContext(AuthContextLocal authContext)
Sets the authentication context for this request.void
AuthXMLResponse. setAuthContext(AuthContextLocal authContext)
Sets the authentication context. -
Uses of AuthContextLocal in com.sun.identity.authentication.service
Methods in com.sun.identity.authentication.service that return AuthContextLocal Modifier and Type Method Description static AuthContextLocal
AuthUtils. getAuthContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, SessionID sid, boolean isSessionUpgrade, boolean isBackPost)
Returns the authentication context for a request.static AuthContextLocal
AuthUtils. getAuthContext(jakarta.servlet.http.HttpServletRequest request, jakarta.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(jakarta.servlet.http.HttpServletRequest req, String sessionID)
static AuthContextLocal
AuthUtils. getAuthContext(String orgName)
static AuthContextLocal
AuthUtils. getAuthContext(String orgName, jakarta.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, jakarta.servlet.http.HttpServletRequest req)
Returns the AuthContext Handle for the Request.static AuthContextLocal
AuthUtils. getAuthContext(String orgName, String sessionID, boolean isLogout, jakarta.servlet.http.HttpServletRequest req, String indexType, AuthXMLRequest xmlReq)
static AuthContextLocal
AuthUtils. getAuthContext(String providedOrgName, String sessionID, boolean isLogout, jakarta.servlet.http.HttpServletRequest req, String indexType, AuthXMLRequest xmlReq, boolean forceAuth)
Methods in com.sun.identity.authentication.service with parameters of type AuthContextLocal Modifier and Type Method Description static boolean
AuthUtils. checkForCookies(jakarta.servlet.http.HttpServletRequest req, AuthContextLocal ac)
Returns true if cookies found in the request.static jakarta.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 jakarta.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 jakarta.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(jakarta.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, jakarta.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)
Returnstrue
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, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
Constructors in com.sun.identity.authentication.service with parameters of type AuthContextLocal Constructor Description AMLoginContext(AuthContextLocal authContext)
CreatesAMLoginContext
object. -
Uses of AuthContextLocal in org.forgerock.openam.core
Methods in org.forgerock.openam.core with parameters of type AuthContextLocal Modifier and Type Method Description void
CoreServicesWrapper. setLbCookie(AuthContextLocal authContext, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
Creates and sets the load balancer cookies on the response. -
Uses of AuthContextLocal in org.forgerock.openam.core.rest.authn.core
Methods in org.forgerock.openam.core.rest.authn.core that return AuthContextLocal Modifier and Type Method Description AuthContextLocal
AuthenticationContext. getAuthContext()
Returns the wrapped AuthContextLocal. -
Uses of AuthContextLocal in org.forgerock.openam.core.rest.authn.core.wrappers
Methods in org.forgerock.openam.core.rest.authn.core.wrappers that return AuthContextLocal Modifier and Type Method Description AuthContextLocal
AuthContextLocalWrapper. getAuthContext()
Returns the wrapped AuthContextLocal.Methods in org.forgerock.openam.core.rest.authn.core.wrappers with parameters of type AuthContextLocal Modifier and Type Method Description void
CoreServicesWrapper. setAuthCookie(AuthContextLocal ac, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
Constructors in org.forgerock.openam.core.rest.authn.core.wrappers with parameters of type AuthContextLocal Constructor Description AuthContextLocalWrapper(AuthContextLocal authContextLocal)
Constructs an instance of the AuthContextWrapper.
-