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

/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java99 * @param hostServerId The server ID for this OpenAM server.
110 String hostServerId,
118 return newFailoverConnectionPool(prioritizeServers(servers, hostServerId, hostSiteId),
158 * @param hostServerId The server ID for this OpenAM server.
169 String hostServerId,
176 return newFailoverConnectionFactory(prioritizeServers(servers, hostServerId, hostSiteId),
279 * @param hostServerId This server's ID.
283 public static Set<LDAPURL> prioritizeServers(Set<String> servers, String hostServerId, String hostSiteId) { argument
300 if (!assignedServerId.isEmpty() && assignedServerId.equals(hostServerId)) {
109 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
168 newPrioritizedFailoverConnectionFactory(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options options) argument
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java105 * @param hostServerId The server ID for this OpenAM server.
116 String hostServerId,
124 return newFailoverConnectionPool(prioritizeServers(servers, hostServerId, hostSiteId),
164 * @param hostServerId The server ID for this OpenAM server.
175 String hostServerId,
182 return newFailoverConnectionFactory(prioritizeServers(servers, hostServerId, hostSiteId),
289 * @param hostServerId This server's ID.
293 public static Set<LDAPURL> prioritizeServers(Set<String> servers, String hostServerId, String hostSiteId) { argument
310 if (!assignedServerId.isEmpty() && assignedServerId.equals(hostServerId)) {
115 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
174 newPrioritizedFailoverConnectionFactory(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options options) argument

Completed in 24 milliseconds