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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java263 private Set<String> domainAuthenticators = null; field in class:LoginState
709 domainAuthenticators = authManager.getAllowedModuleNames();
710 if (domainAuthenticators == null) {
711 domainAuthenticators = Collections.emptySet();
4232 moduleInstances = domainAuthenticators;
4256 return domainAuthenticators;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java273 private Set<String> domainAuthenticators = null; field in class:LoginState
713 domainAuthenticators = authManager.getAllowedModuleNames();
714 if (domainAuthenticators == null) {
715 domainAuthenticators = Collections.emptySet();
4124 moduleInstances = domainAuthenticators;
4148 return domainAuthenticators;

Completed in 45 milliseconds