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 AuthContextLocalInternalSession. 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 voidInternalSession. 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 AuthContextLocalAuthContext. 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 AuthContextLocalAuthXMLRequest. 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 voidAuthXMLRequest. setAuthContext(AuthContextLocal authContext)Sets the authentication context for this request.voidAuthXMLResponse. 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 AuthContextLocalAuthUtils. 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 AuthContextLocalAuthUtils. 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 AuthContextLocalAuthUtils. getAuthContext(jakarta.servlet.http.HttpServletRequest req, String sessionID)static AuthContextLocalAuthUtils. getAuthContext(String orgName)static AuthContextLocalAuthUtils. getAuthContext(String orgName, jakarta.servlet.http.HttpServletRequest req)static AuthContextLocalAuthUtils. getAuthContext(String orgName, String sessionID)static AuthContextLocalAuthUtils. getAuthContext(String orgName, String sessionID, boolean logout)static AuthContextLocalAuthUtils. getAuthContext(String orgName, String sessionID, boolean isLogout, jakarta.servlet.http.HttpServletRequest req)Returns the AuthContext Handle for the Request.static AuthContextLocalAuthUtils. getAuthContext(String orgName, String sessionID, boolean isLogout, jakarta.servlet.http.HttpServletRequest req, String indexType, AuthXMLRequest xmlReq)static AuthContextLocalAuthUtils. 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 booleanAuthUtils. checkForCookies(jakarta.servlet.http.HttpServletRequest req, AuthContextLocal ac)Returns true if cookies found in the request.static jakarta.servlet.http.CookieAuthUtils. createlbCookie(AuthContextLocal authContext, String cookieDomain)static voidAuthUtils. destroySession(AuthContextLocal authContext)static StringAuthUtils. encodeURL(String url, AuthContextLocal authContext)static Callback[]AuthUtils. getCallbacksPerState(AuthContextLocal authContext, String pageState)static intAuthUtils. getCompositeAdviceType(AuthContextLocal authContext)static jakarta.servlet.http.CookieAuthUtils. getCookieString(AuthContextLocal ac, String cookieDomain)Returns the Cookie object created based on the cookie name, Session ID and cookie domain.static StringAuthUtils. getFileName(AuthContextLocal authContext, String fileName)static StringAuthUtils. getIndexName(AuthContextLocal authContext)static AuthContext.IndexTypeAuthUtils. getIndexType(AuthContextLocal authContext)static booleanAuthUtils. getInetDomainStatus(AuthContextLocal authContext)static StringAuthUtils. getLocale(AuthContextLocal authContext)static StringAuthUtils. getLoginFailedURL(AuthContextLocal authContext)static LoginStateAuthUtils. getLoginState(AuthContextLocal authContext)static StringAuthUtils. getLoginSuccessURL(AuthContextLocal authContext)static StringAuthUtils. getLoginURL(AuthContextLocal authContext)static jakarta.servlet.http.CookieAuthUtils. getLogoutCookie(AuthContextLocal ac, String cookieDomain)Returns the Logout cookie.static InternalSessionAuthUtils. getOldSession(AuthContextLocal authContext)static StringAuthUtils. getOrgDN(AuthContextLocal authContext)static Callback[]AuthUtils. getRecdCallback(AuthContextLocal authContext)static InternalSessionAuthUtils. getSession(AuthContextLocal authContext)static StringAuthUtils. getSessionProperty(String property, AuthContextLocal oldAuthContext)static StringAuthUtils. getSuccessURL(jakarta.servlet.http.HttpServletRequest request, AuthContextLocal authContext)Returns success URL for this request.static booleanAuthUtils. isCookieSet(AuthContextLocal ac)static booleanAuthUtils. isCookieSupported(AuthContextLocal ac)static booleanAuthUtils. isForwardSuccess(AuthContextLocal authContext, jakarta.servlet.http.HttpServletRequest req)Returns the flag indicating a request "forward" after successful authentication.static booleanAuthUtils. isNewRequest(AuthContextLocal ac)static booleanAuthUtils. isSessionUpgrade(AuthContextLocal authContext)static booleanAuthUtils. sessionTimedOut(AuthContextLocal authContext)Returnstrueif the session has timed out or the page has timed out.static voidAuthUtils. setCallbacksPerState(AuthContextLocal authContext, String pageState, Callback[] callbacks)static voidAuthUtils. setCookieSupported(AuthContextLocal ac, boolean flag)static voidAuthUtils. 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)CreatesAMLoginContextobject. -
Uses of AuthContextLocal in org.forgerock.openam.core
Methods in org.forgerock.openam.core with parameters of type AuthContextLocal Modifier and Type Method Description voidCoreServicesWrapper. 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 AuthContextLocalAuthenticationContext. 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 AuthContextLocalAuthContextLocalWrapper. 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 voidCoreServicesWrapper. 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.
-