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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java114 protected static final String PG_SESSION_SSO_ID = "dsame.pgSessionSSOID"; field in class:AMViewBeanBase
822 tmp.put(PG_SESSION_SSO_ID, ssoTokenID);
835 String ssoid = (String)super.getPageSessionAttribute(PG_SESSION_SSO_ID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java115 protected static final String PG_SESSION_SSO_ID = "dsame.pgSessionSSOID"; field in class:AMViewBeanBase
823 tmp.put(PG_SESSION_SSO_ID, ssoTokenID);
836 String ssoid = (String)super.getPageSessionAttribute(PG_SESSION_SSO_ID);

Completed in 23 milliseconds