Searched defs:intSess (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLogoutViewBean.java102 InternalSession intSess = null;
120 intSess = AuthD.getSession(sessionID);
121 if (intSess != null) {
122 populateL10NFileAttrs(intSess);
123 String localeStr = intSess.getProperty(ISAuthConstants.LOCALE);
214 if ((intSess != null) && intSess.isTimedOut()) {
248 wasTokenValid = AuthUtils.logout(intSess, token, request, response);
337 private void populateL10NFileAttrs(InternalSession intSess) { argument
338 if (intSess !
[all...]
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLogoutViewBean.java102 InternalSession intSess = null;
120 intSess = AuthD.getSession(sessionID);
121 if (intSess != null) {
122 populateL10NFileAttrs(intSess);
123 String localeStr = intSess.getProperty(ISAuthConstants.LOCALE);
214 if ((intSess != null) && intSess.isTimedOut()) {
248 wasTokenValid = AuthUtils.logout(intSess, token, request, response);
337 private void populateL10NFileAttrs(InternalSession intSess) { argument
338 if (intSess !
[all...]

Completed in 40 milliseconds