Searched defs:PG_SESSION_ATTR_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.java113 protected static final String PG_SESSION_ATTR_ID = "dsame.pgSessionID"; field in class:AMViewBeanBase
821 tmp.put(PG_SESSION_ATTR_ID, vbUID);
842 (String)super.getPageSessionAttribute(PG_SESSION_ATTR_ID));
854 super.getPageSessionAttributes().put(PG_SESSION_ATTR_ID, vbUID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java114 protected static final String PG_SESSION_ATTR_ID = "dsame.pgSessionID"; field in class:AMViewBeanBase
822 tmp.put(PG_SESSION_ATTR_ID, vbUID);
843 (String)super.getPageSessionAttribute(PG_SESSION_ATTR_ID));
855 super.getPageSessionAttributes().put(PG_SESSION_ATTR_ID, vbUID);

Completed in 34 milliseconds