Searched defs:heartBeatTimeUnit (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java105 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
116 String heartBeatTimeUnit,
119 username, password, maxSize, heartBeatInterval, heartBeatTimeUnit, ldapOptions);
130 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
139 String heartBeatTimeUnit,
144 newConnectionFactory(ldapurl, username, password, heartBeatInterval, heartBeatTimeUnit,
163 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
174 String heartBeatTimeUnit,
177 username, password, heartBeatInterval, heartBeatTimeUnit, options);
187 * @param heartBeatTimeUnit Th
109 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
134 newFailoverConnectionPool(Set<LDAPURL> servers, 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
192 newFailoverConnectionFactory(Set<LDAPURL> servers, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
217 newConnectionFactory(LDAPURL ldapurl, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
[all...]
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java111 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
122 String heartBeatTimeUnit,
125 username, password, maxSize, heartBeatInterval, heartBeatTimeUnit, ldapOptions);
136 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
145 String heartBeatTimeUnit,
150 newConnectionFactory(ldapurl, username, password, heartBeatInterval, heartBeatTimeUnit,
169 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
180 String heartBeatTimeUnit,
183 username, password, heartBeatInterval, heartBeatTimeUnit, options);
193 * @param heartBeatTimeUnit Th
115 newPrioritizedFailoverConnectionPool(Set<String> servers, String hostServerId, String hostSiteId, String username, char[] password, int maxSize, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
140 newFailoverConnectionPool(Set<LDAPURL> servers, 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
198 newFailoverConnectionFactory(Set<LDAPURL> servers, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
223 newConnectionFactory(LDAPURL ldapurl, String username, char[] password, int heartBeatInterval, String heartBeatTimeUnit, Options ldapOptions) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java117 private String heartBeatTimeUnit; field in class:LDAPAuthUtils
349 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
354 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
1407 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
1409 public void setHeartBeatTimeUnit(String heartBeatTimeUnit) { argument
1410 this.heartBeatTimeUnit = heartBeatTimeUnit;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java117 private String heartBeatTimeUnit; field in class:LDAPAuthUtils
350 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
355 bindingPwd, max, heartBeatInterval, heartBeatTimeUnit, options);
1408 * @param heartBeatTimeUnit The timeunit for the heartbeat interval.
1410 public void setHeartBeatTimeUnit(String heartBeatTimeUnit) { argument
1411 this.heartBeatTimeUnit = heartBeatTimeUnit;
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java127 private String heartBeatTimeUnit; field in class:DJLDAPv3Repo
221 heartBeatTimeUnit = CollectionHelper.getMapAttr(configParams, LDAP_SERVER_HEARTBEAT_TIME_UNIT, "SECONDS");
327 heartBeatTimeUnit, ldapOptions);
330 heartBeatTimeUnit, ldapOptions);
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java133 private String heartBeatTimeUnit; field in class:DJLDAPv3Repo
227 heartBeatTimeUnit = CollectionHelper.getMapAttr(configParams, LDAP_SERVER_HEARTBEAT_TIME_UNIT, "SECONDS");
335 heartBeatTimeUnit, ldapOptions));
339 heartBeatTimeUnit, ldapOptions));

Completed in 90 milliseconds