Searched defs:getSubConfigNames (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java214 public Set<String> getSubConfigNames() throws SMSException { method in class:ServiceConfig
217 return sc.getSubConfigNames(token);
235 public Set<String> getSubConfigNames(String pattern) throws SMSException { method in class:ServiceConfig
238 return (sc.getSubConfigNames(token, pattern));
259 public Set getSubConfigNames(String pattern, String schemaName) method in class:ServiceConfig
263 return (sc.getSubConfigNames(token, pattern, schemaName));
345 && !getSubConfigNames().isEmpty()) {
851 Iterator subConfigNames = getSubConfigNames().iterator();
H A DServiceConfigImpl.java186 Set<String> getSubConfigNames(SSOToken t) throws SMSException, SSOException { method in class:ServiceConfigImpl
197 Set<String> getSubConfigNames(SSOToken t, String pattern) throws SMSException, method in class:ServiceConfigImpl
203 return getSubConfigNames(t);
212 Set getSubConfigNames(SSOToken t, String pattern, String serviceidPattern) method in class:ServiceConfigImpl
728 Set serviceConfigNames = getSubConfigNames(token);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceConfig.java214 public Set<String> getSubConfigNames() throws SMSException { method in class:ServiceConfig
217 return sc.getSubConfigNames(token);
235 public Set<String> getSubConfigNames(String pattern) throws SMSException { method in class:ServiceConfig
238 return (sc.getSubConfigNames(token, pattern));
259 public Set<String> getSubConfigNames(String pattern, String schemaName) method in class:ServiceConfig
263 return sc.getSubConfigNames(token, pattern, schemaName);
345 && !getSubConfigNames().isEmpty()) {
851 Iterator subConfigNames = getSubConfigNames().iterator();
H A DServiceConfigImpl.java186 Set<String> getSubConfigNames(SSOToken t) throws SMSException, SSOException { method in class:ServiceConfigImpl
197 Set<String> getSubConfigNames(SSOToken t, String pattern) throws SMSException, method in class:ServiceConfigImpl
203 return getSubConfigNames(t);
212 Set getSubConfigNames(SSOToken t, String pattern, String serviceidPattern) method in class:ServiceConfigImpl
725 Set serviceConfigNames = getSubConfigNames(token);

Completed in 217 milliseconds