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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java69 private static final Set<String> AUTH_TYPES = new HashSet<String>(); field in class:AMAuthenticationManager
122 AUTH_TYPES.clear();
134 return AUTH_TYPES;
180 AUTH_TYPES.add(module);
190 AUTH_TYPES.remove(module);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationManager.java69 private static final Set<String> AUTH_TYPES = new HashSet<String>(); field in class:AMAuthenticationManager
122 AUTH_TYPES.clear();
134 return AUTH_TYPES;
180 AUTH_TYPES.add(module);
190 AUTH_TYPES.remove(module);

Completed in 34 milliseconds