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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerEditViewBeanBase.java93 private Set<String> activePropertyNames = new HashSet<String>(); field in class:ServerEditViewBeanBase
177 for (String name : activePropertyNames) {
251 activePropertyNames.add(uiName);
329 for (String uiName : activePropertyNames) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerEditViewBeanBase.java93 private Set<String> activePropertyNames = new HashSet<String>(); field in class:ServerEditViewBeanBase
177 for (String name : activePropertyNames) {
251 activePropertyNames.add(uiName);
329 for (String uiName : activePropertyNames) {

Completed in 22 milliseconds