Searched refs:secondaryServers (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java77 private Set<RADIUSServer> secondaryServers; field in class:RADIUS
129 secondaryServers = new LinkedHashSet<RADIUSServer>();
133 secondaryServers.add(new RADIUSServer("localhost", iServerPort));
139 secondaryServers.add(new RADIUSServer(server, iServerPort));
141 secondaryServers.add(new RADIUSServer(server.substring(0, idx), Integer.parseInt(server
166 debug.message("server1: " + primaryServers + " server2: " + secondaryServers + " serverPort: "
218 radiusConn = new RadiusConn(primaryServers, secondaryServers, sharedSecret, iTimeOut,
447 secondaryServers = null;
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java74 private Set<RADIUSServer> secondaryServers; field in class:RADIUS
126 secondaryServers = new LinkedHashSet<RADIUSServer>();
130 secondaryServers.add(new RADIUSServer("localhost", iServerPort));
136 secondaryServers.add(new RADIUSServer(server, iServerPort));
138 secondaryServers.add(new RADIUSServer(server.substring(0, idx), Integer.parseInt(server
163 debug.message("server1: " + primaryServers + " server2: " + secondaryServers + " serverPort: "
218 radiusConn = new RadiusConn(primaryServers, secondaryServers, sharedSecret, iTimeOut,
447 secondaryServers = null;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java107 private Set<String> secondaryServers; field in class:LDAPAuthUtils
226 * @param secondaryServers List of secondary servers.
232 public LDAPAuthUtils(String host, int port, Set<String> secondaryServers, boolean isSecure, argument
234 this(Collections.singleton(host + ":" + port), secondaryServers, isSecure, bundle, baseDN, debug);
241 * @param secondaryServers List of secondary servers.
247 public LDAPAuthUtils(Set<String> primaryServers, Set<String> secondaryServers, boolean isSecure, argument
250 this.secondaryServers = secondaryServers;
252 servers.addAll(secondaryServers);
293 Set<LDAPURL> secondaryUrls = convertToLDAPURLs(secondaryServers);
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java107 private Set<String> secondaryServers; field in class:LDAPAuthUtils
227 * @param secondaryServers List of secondary servers.
233 public LDAPAuthUtils(String host, int port, Set<String> secondaryServers, boolean isSecure, argument
235 this(Collections.singleton(host + ":" + port), secondaryServers, isSecure, bundle, baseDN, debug);
242 * @param secondaryServers List of secondary servers.
248 public LDAPAuthUtils(Set<String> primaryServers, Set<String> secondaryServers, boolean isSecure, argument
251 this.secondaryServers = secondaryServers;
253 servers.addAll(secondaryServers);
294 Set<LDAPURL> secondaryUrls = convertToLDAPURLs(secondaryServers);
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java171 Set<String> secondaryServers =
249 ldapUtil = new LDAPAuthUtils(primaryServers, secondaryServers, isSecure, bundle, baseDN, debug);
282 + "\nsecondaryServers-> " + secondaryServers
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java174 Set<String> secondaryServers =
254 ldapUtil = new LDAPAuthUtils(primaryServers, secondaryServers, isSecure, bundle, baseDN, debug);
288 + "\nsecondaryServers-> " + secondaryServers
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java430 private final SortedSet<String> secondaryServers = new TreeSet<String>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
543 return secondaryServers;
672 secondaryServers.add(hostPort);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java399 private final SortedSet<String> secondaryServers = new TreeSet<String>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
517 return secondaryServers;
646 secondaryServers.add(hostPort);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java431 private final SortedSet<String> secondaryServers = new TreeSet<String>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
549 return secondaryServers;
678 secondaryServers.add(hostPort);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java399 private final SortedSet<String> secondaryServers = new TreeSet<String>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
517 return secondaryServers;
646 secondaryServers.add(hostPort);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java430 private final SortedSet<String> secondaryServers = new TreeSet<String>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
543 return secondaryServers;
672 secondaryServers.add(hostPort);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyTestCase.java379 private final SortedSet<String> secondaryServers = new TreeSet<>(); field in class:LDAPPassThroughAuthenticationPolicyTestCase.MockPolicyCfg
498 return secondaryServers;
627 secondaryServers.add(hostPort);

Completed in 701 milliseconds