Searched refs:intSession (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1976 * @param intSession The <code>InternalSession</code> to logout
1983 public static boolean logout(InternalSession intSession, argument
1993 if (intSession != null) {
1994 loginContext = intSession.getObject(ISAuthConstants.LOGIN_CONTEXT);
2018 if (intSession != null) {
2019 postAuthSet = (Set<AMPostAuthProcessInterface>) intSession.getObject(ISAuthConstants.
2034 if (intSession != null) {
2035 plis = intSession.getProperty(ISAuthConstants.POST_AUTH_PROCESS_INSTANCE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1651 * @param intSession The <code>InternalSession</code> to logout
1658 public static boolean logout(InternalSession intSession, argument
1668 processPostAuthenticationPlugins(intSession, token, request, response);
1694 private static void processPostAuthenticationPlugins(InternalSession intSession, argument
1699 if (intSession != null) {
1700 postAuthenticationPluginsClassList = intSession.getProperty(ISAuthConstants.POST_AUTH_PROCESS_INSTANCE);
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java292 InternalSession intSession = null;
410 intSession = AuthD.getSession(sessionID);
412 if ((intSession != null) && (intSession.isTimedOut())) { //Session Timeout
435 loginURL = intSession.getProperty(ISAuthConstants.
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java296 InternalSession intSession = null;
414 intSession = AuthD.getSession(sessionID);
416 if ((intSession != null) && (intSession.isTimedOut())) { //Session Timeout
439 loginURL = intSession.getProperty(ISAuthConstants.

Completed in 53 milliseconds