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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java120 private final String vbUID = new UID().toString(); field in class:AMViewBeanBase
811 store.put(vbUID, attributes);
821 tmp.put(PG_SESSION_ATTR_ID, vbUID);
853 store.put(vbUID, value);
854 super.getPageSessionAttributes().put(PG_SESSION_ATTR_ID, vbUID);
866 attributes = (Map)store.get(vbUID);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java121 private final String vbUID = new UID().toString(); field in class:AMViewBeanBase
812 store.put(vbUID, attributes);
822 tmp.put(PG_SESSION_ATTR_ID, vbUID);
854 store.put(vbUID, value);
855 super.getPageSessionAttributes().put(PG_SESSION_ATTR_ID, vbUID);
867 attributes = (Map)store.get(vbUID);

Completed in 25 milliseconds