Searched defs:authMethods (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java52 private final Set<AllowedAuthMethod> authMethods; field in class:AuthMethodConnectionCriteria
60 * @param authMethods
64 Collection<AllowedAuthMethod> authMethods)
66 this.authMethods = EnumSet.copyOf(authMethods);
78 for (AllowedAuthMethod method : authMethods)
114 for (AllowedAuthMethod method : authMethods)
63 AuthMethodConnectionCriteria( Collection<AllowedAuthMethod> authMethods) argument
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java51 private final Set<AllowedAuthMethod> authMethods; field in class:AuthMethodConnectionCriteria
59 * @param authMethods
63 Collection<AllowedAuthMethod> authMethods)
65 this.authMethods = EnumSet.copyOf(authMethods);
77 for (AllowedAuthMethod method : authMethods)
113 for (AllowedAuthMethod method : authMethods)
62 AuthMethodConnectionCriteria( Collection<AllowedAuthMethod> authMethods) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java52 private final Set<AllowedAuthMethod> authMethods; field in class:AuthMethodConnectionCriteria
60 * @param authMethods
64 Collection<AllowedAuthMethod> authMethods)
66 this.authMethods = EnumSet.copyOf(authMethods);
78 for (AllowedAuthMethod method : authMethods)
114 for (AllowedAuthMethod method : authMethods)
63 AuthMethodConnectionCriteria( Collection<AllowedAuthMethod> authMethods) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java52 private final Set<AllowedAuthMethod> authMethods; field in class:AuthMethodConnectionCriteria
60 * @param authMethods
64 Collection<AllowedAuthMethod> authMethods)
66 this.authMethods = EnumSet.copyOf(authMethods);
78 for (AllowedAuthMethod method : authMethods)
114 for (AllowedAuthMethod method : authMethods)
63 AuthMethodConnectionCriteria( Collection<AllowedAuthMethod> authMethods) argument
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java51 private final Set<AllowedAuthMethod> authMethods; field in class:AuthMethodConnectionCriteria
59 * @param authMethods
63 Collection<AllowedAuthMethod> authMethods)
65 this.authMethods = EnumSet.copyOf(authMethods);
77 for (AllowedAuthMethod method : authMethods)
113 for (AllowedAuthMethod method : authMethods)
62 AuthMethodConnectionCriteria( Collection<AllowedAuthMethod> authMethods) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java221 private final ConcurrentMap<String, String> authMethods = new ConcurrentHashMap<String, String>(); field in class:AuthD
312 authMethods.put(tmp, name);
314 authMethods.put(name, name);
318 debug.message("AM.update authMethods = " + authMethods.toString());
622 return authMethods.get(moduleName);
630 return authMethods.keySet().iterator();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthD.java208 private final ConcurrentMap<String, String> authMethods = new ConcurrentHashMap<String, String>(); field in class:AuthD
293 authMethods.put(tmp, name);
295 authMethods.put(name, name);
299 debug.message("AM.update authMethods = " + authMethods.toString());
596 return authMethods.get(moduleName);
604 return authMethods.keySet().iterator();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java531 * @param authMethods
535 public void setAuthMethods(Collection authMethods) { argument
536 _authMethods = authMethods;
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java531 * @param authMethods
535 public void setAuthMethods(Collection authMethods) { argument
536 _authMethods = authMethods;

Completed in 270 milliseconds