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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java142 private static final String INSTANCES_REMOVED = "instancesRemoved"; field in class:AuthPropertiesViewBean
293 (Set)removePageSessionAttribute(INSTANCES_REMOVED);
595 setPageSessionAttribute(INSTANCES_REMOVED, (Serializable)instances);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthPropertiesViewBean.java138 private static final String INSTANCES_REMOVED = "instancesRemoved"; field in class:AuthPropertiesViewBean
290 (Set)removePageSessionAttribute(INSTANCES_REMOVED);
592 setPageSessionAttribute(INSTANCES_REMOVED, (Serializable)instances);

Completed in 29 milliseconds