Searched defs:getAuthContext (Results 1 - 25 of 25) sorted by relevance

/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/spi/handlers/amhandler/
H A DOpenAMAuthFactory.java37 public AuthContext getAuthContext(String realm) throws AuthLoginException { method in class:OpenAMAuthFactory
H A DContextHolder.java276 public AuthContext getAuthContext() { method in class:ContextHolder
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/spi/handlers/amhandler/
H A DOpenAMAuthFactory.java37 public AuthContext getAuthContext(String realm) throws AuthLoginException { method in class:OpenAMAuthFactory
H A DContextHolder.java277 public AuthContext getAuthContext() { method in class:ContextHolder
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DCoreServicesWrapper.java44 * {@link AuthUtils#getAuthContext(HttpServletRequest,
56 public AuthContextLocalWrapper getAuthContext(HttpServletRequest request, HttpServletResponse response, method in class:CoreServicesWrapper
58 AuthContextLocal authContextLocal = AuthUtils.getAuthContext(request, response, sessionID, isSessionUpgrade,
75 return AuthUtils.isNewRequest(authContextLocalWrapper.getAuthContext());
85 return AuthUtils.getCompositeAdviceType(authContext.getAuthContext());
H A DAuthContextLocalWrapper.java56 public AuthContextLocal getAuthContext() { method in class:AuthContextLocalWrapper
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/wrappers/
H A DCoreServicesWrapper.java44 * {@link AuthUtils#getAuthContext(HttpServletRequest,
56 public AuthContextLocalWrapper getAuthContext(HttpServletRequest request, HttpServletResponse response, method in class:CoreServicesWrapper
58 AuthContextLocal authContextLocal = AuthUtils.getAuthContext(request, response, sessionID, isSessionUpgrade,
75 return AuthUtils.isNewRequest(authContextLocalWrapper.getAuthContext());
85 return AuthUtils.getCompositeAdviceType(authContext.getAuthContext());
H A DAuthContextLocalWrapper.java57 public AuthContextLocal getAuthContext() { method in class:AuthContextLocalWrapper
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DCompletedLoginProcess.java141 public AuthenticationContext getAuthContext() { method in class:CompletedLoginProcess
H A DLoginAuthenticator.java91 AuthContextLocalWrapper authContext = getAuthContext(loginConfiguration);
139 AuthenticationContext authContext = loginProcess.getAuthContext();
159 coreServicesWrapper.setLbCookie(authContext.getAuthContext(), request, response);
183 private AuthContextLocalWrapper getAuthContext(LoginConfiguration loginConfiguration) throws AuthException, method in class:LoginAuthenticator
197 return coreServicesWrapper.getAuthContext(request, response, sessionID, isSessionUpgrade, isBackPost);
H A DLoginProcess.java226 public AuthenticationContext getAuthContext() { method in class:LoginProcess
H A DAuthenticationContext.java39 AuthContextLocal getAuthContext(); method in interface:AuthenticationContext
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DCompletedLoginProcess.java141 public AuthenticationContext getAuthContext() { method in class:CompletedLoginProcess
H A DLoginAuthenticator.java87 AuthContextLocalWrapper authContext = getAuthContext(loginConfiguration);
135 AuthenticationContext authContext = loginProcess.getAuthContext();
155 coreServicesWrapper.setLbCookie(authContext.getAuthContext(), request, response);
179 private AuthContextLocalWrapper getAuthContext(LoginConfiguration loginConfiguration) throws AuthException, method in class:LoginAuthenticator
197 return coreServicesWrapper.getAuthContext(request, response, sessionID, isSessionUpgrade, isBackPost);
H A DLoginProcess.java228 public AuthenticationContext getAuthContext() { method in class:LoginProcess
H A DAuthenticationContext.java39 AuthContextLocal getAuthContext(); method in interface:AuthenticationContext
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java133 AuthContext lc = getAuthContext(mgr, indexType, indexName);
255 private AuthContext getAuthContext(CommandManager mgr, String strIndexType, String indexName) method in class:Authenticator
/forgerock/openam-v13/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/authentication/
H A DLogin.java65 protected AuthContext getAuthContext() method in class:Login
217 AuthContext lc = login.getAuthContext();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DAuthenticator.java135 AuthContext lc = getAuthContext(mgr, indexType, indexName);
257 private AuthContext getAuthContext(CommandManager mgr, String strIndexType, String indexName) method in class:Authenticator
/forgerock/openam/openam-examples/openam-example-clientsdk-cli/src/main/java/com/sun/identity/samples/authentication/
H A DLogin.java65 protected AuthContext getAuthContext() method in class:Login
217 AuthContext lc = login.getAuthContext();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java490 public AuthContextLocal getAuthContext() { method in class:AuthXMLRequest
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLRequest.java490 public AuthContextLocal getAuthContext() { method in class:AuthXMLRequest
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java174 public static AuthContextLocal getAuthContext( method in class:AuthUtils
180 return getAuthContext(request,response,sid,
195 public static AuthContextLocal getAuthContext( method in class:AuthUtils
202 utilDebug.message("In AuthUtils:getAuthContext");
214 utilDebug.message("AuthUtil:getAuthContext:sid is.. .: "
216 utilDebug.message("AuthUtil:getAuthContext:authContext is..: "
234 utilDebug.message("AuthUtils:getAuthContext():"
239 utilDebug.message("AuthUtils:getAuthContext():"
244 utilDebug.error("AuthUtils:getAuthContext(): "
295 utilDebug.message("getAuthContext
893 public static AuthContextLocal getAuthContext(String orgName) method in class:AuthUtils
898 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
903 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
908 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
913 public static AuthContextLocal getAuthContext(HttpServletRequest req, method in class:AuthUtils
925 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
944 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
969 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DInternalSession.java441 public AuthContextLocal getAuthContext() { method in class:InternalSession
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java167 public static AuthContextLocal getAuthContext(final HttpServletRequest request, method in class:AuthUtils
172 return getAuthContext(request, response, sid, isSessionUpgrade, isBackPost, false, false);
187 public static AuthContextLocal getAuthContext(final HttpServletRequest request, method in class:AuthUtils
194 utilDebug.message("In AuthUtils:getAuthContext");
206 utilDebug.message("AuthUtil:getAuthContext:sid is.. .: " + sessionId);
207 utilDebug.message("AuthUtil:getAuthContext:authContext is..: " + authContext);
227 utilDebug.message("AuthUtils:getAuthContext(): %s", e.toString());
229 utilDebug.message("AuthUtils:getAuthContext(): cookieURL : %s", cookieURL);
232 utilDebug.error("AuthUtils:getAuthContext(): " + "Invalid Session Timed out");
280 utilDebug.message("getAuthContext
823 public static AuthContextLocal getAuthContext(String orgName) method in class:AuthUtils
828 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
833 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
838 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
843 public static AuthContextLocal getAuthContext(HttpServletRequest req, method in class:AuthUtils
855 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
874 public static AuthContextLocal getAuthContext(String orgName, method in class:AuthUtils
899 public static AuthContextLocal getAuthContext(final String providedOrgName, method in class:AuthUtils
[all...]

Completed in 95 milliseconds