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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java115 protected static final String PG_SESSION_ATTR = "dsame.pgSession"; field in class:AMViewBeanBase
234 String pgSession = req.getParameter(PG_SESSION_ATTR);
575 sb.append(PG_SESSION_ATTR)
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java116 protected static final String PG_SESSION_ATTR = "dsame.pgSession"; field in class:AMViewBeanBase
235 String pgSession = req.getParameter(PG_SESSION_ATTR);
576 sb.append(PG_SESSION_ATTR)

Completed in 31 milliseconds