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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java287 passPgSessionMap(other, getPageSessionAttributes());
585 HashMap map = new HashMap(getPageSessionAttributes());
810 Map attributes = getPageSessionAttributes();
854 super.getPageSessionAttributes().put(PG_SESSION_ATTR_ID, vbUID);
860 protected Map getPageSessionAttributes() { method in class:AMViewBeanBase
868 attributes = super.getPageSessionAttributes();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java288 passPgSessionMap(other, getPageSessionAttributes());
586 HashMap map = new HashMap(getPageSessionAttributes());
811 Map attributes = getPageSessionAttributes();
855 super.getPageSessionAttributes().put(PG_SESSION_ATTR_ID, vbUID);
861 protected Map getPageSessionAttributes() { method in class:AMViewBeanBase
869 attributes = super.getPageSessionAttributes();

Completed in 45 milliseconds