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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java108 private static final int MAX_PG_SESSION_SIZE = 1024-32; field in class:AMViewBeanBase
806 if (strAttr.length()>=MAX_PG_SESSION_SIZE) {
881 * size exceeds MAX_PG_SESSION_SIZE, which is currently set to little
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java109 private static final int MAX_PG_SESSION_SIZE = 1024-32; field in class:AMViewBeanBase
807 if (strAttr.length()>=MAX_PG_SESSION_SIZE) {
882 * size exceeds MAX_PG_SESSION_SIZE, which is currently set to little

Completed in 32 milliseconds