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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java749 Set globalAuth = getGlobalAuthenticators(token);
752 modules = constructModulesList(authenticators, globalAuth);
754 modules = constructModulesList(globalAuth, null);
856 * @param globalAuth
858 private static Map constructModulesList(Set classes, Set globalAuth) { argument
878 if ((globalAuth != null) && (!globalAuth.isEmpty())) {
880 getAuthenticatorClassName(name,globalAuth);
900 * @param globalAuth
904 Set globalAuth) {
902 getAuthenticatorClassName( String moduleName, Set globalAuth) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java744 Set globalAuth = getGlobalAuthenticators(token);
747 modules = constructModulesList(authenticators, globalAuth);
749 modules = constructModulesList(globalAuth, null);
851 * @param globalAuth
853 private static Map constructModulesList(Set classes, Set globalAuth) { argument
873 if ((globalAuth != null) && (!globalAuth.isEmpty())) {
875 getAuthenticatorClassName(name,globalAuth);
895 * @param globalAuth
899 Set globalAuth) {
897 getAuthenticatorClassName( String moduleName, Set globalAuth) argument
[all...]

Completed in 76 milliseconds