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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationBase.java79 Set currentIds = new HashSet();
81 currentIds.addAll(getServerConfigurationId(getRootServerConfig(ssoToken)));
82 currentIds.addAll(getSiteConfigurationId(getRootSiteConfig(ssoToken)));
84 return getNextId(currentIds);
89 Set currentIds = new HashSet();
99 currentIds.add(set.iterator().next());
103 return currentIds;
109 Set currentIds = new HashSet();
115 currentIds.addAll(
119 return currentIds;
161 getNextId(Set currentIds) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationBase.java84 Set<String> currentIds = new HashSet<String>();
88 currentIds.addAll(serverConfigIds);
96 currentIds.addAll(siteConfigIds);
98 return getNextId(currentIds);
102 Set<String> currentIds = new HashSet<String>();
113 currentIds.add(set.iterator().next());
119 return currentIds;
123 Set<String> currentIds = new HashSet<String>();
128 currentIds.addAll(getSiteConfigurationIds(null, svc, name, false));
132 return currentIds;
173 getNextId(Set<String> currentIds) argument
[all...]

Completed in 19 milliseconds