Package | Description |
---|---|
com.sun.identity.authentication.client | |
org.forgerock.openam.radius.server.spi.handlers.amhandler |
Contains classes used by the OpenAMAuthHandler class to encapsulate behaviour or state.
|
Modifier and Type | Method and Description |
---|---|
static String |
AuthClientUtils.encodeURL(String url,
javax.servlet.http.HttpServletRequest request,
AuthContext ac)
( Returns URL with the cookie value in the URL.
|
static javax.servlet.http.Cookie |
AuthClientUtils.getCookieString(AuthContext ac,
String cookieDomain)
Returns the Cookie object created based on the
cookieName ,
Session ID and cookieDomain . |
Modifier and Type | Method and Description |
---|---|
AuthContext |
ContextHolder.getAuthContext()
get the auth context.
|
AuthContext |
OpenAMAuthFactory.getAuthContext(String realm)
Return on OpenAM auth context for the requested realm.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextHolder.setAuthContext(AuthContext authContext)
set the auth context.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.