Searched refs:namedConfigs (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java94 Set namedConfigs = Collections.EMPTY_SET;
105 namedConfigs = namedConfig.getSubConfigNames("*");
109 // do nothing as namedConfigs will be empty.
112 if (namedConfigs != null && !namedConfigs.isEmpty()) {
113 Set<String> configs = filterConfigs(namedConfigs, namedConfig, org, adminToken);
127 * @param namedConfigs The auth services that have been found.
133 protected Set<String> filterConfigs(Set<String> namedConfigs, ServiceConfig parentConfig, String realm, argument
135 return namedConfigs;
H A DConfiguredSocialAuthServices.java53 protected Set<String> filterConfigs(Set<String> namedConfigs, ServiceConfig parentConfig, String realm, argument
63 for (String config : namedConfigs) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java94 Set namedConfigs = Collections.EMPTY_SET;
105 namedConfigs = namedConfig.getSubConfigNames("*");
109 // do nothing as namedConfigs will be empty.
112 if (namedConfigs != null && !namedConfigs.isEmpty()) {
113 Set<String> configs = filterConfigs(namedConfigs, namedConfig, org, adminToken);
127 * @param namedConfigs The auth services that have been found.
133 protected Set<String> filterConfigs(Set<String> namedConfigs, ServiceConfig parentConfig, String realm, argument
135 return namedConfigs;
H A DConfiguredSocialAuthServices.java55 protected Set<String> filterConfigs(Set<String> namedConfigs, ServiceConfig parentConfig, String realm, argument
65 for (String config : namedConfigs) {

Completed in 44 milliseconds