Searched defs:authPasswd (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPConnectionPools.java80 String authPasswd,
85 initConnectionPool(host, authDN, authPasswd, ssl, minPoolSize, maxPoolSize, Options.defaultOptions());
100 String authPasswd,
124 LDAPUtils.createFailoverConnectionFactory(host, DEFAULT_PORT, authDN, authPasswd, options);
78 initConnectionPool(String host, String authDN, String authPasswd, boolean ssl, int minPoolSize, int maxPoolSize) argument
98 initConnectionPool(String host, String authDN, String authPasswd, boolean ssl, int minPoolSize, int maxPoolSize, Options options) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPConnectionPools.java80 String authPasswd,
85 initConnectionPool(host, authDN, authPasswd, ssl, minPoolSize, maxPoolSize, Options.defaultOptions());
100 String authPasswd,
126 LDAPUtils.createFailoverConnectionFactory(host, DEFAULT_PORT, authDN, authPasswd, options);
78 initConnectionPool(String host, String authDN, String authPasswd, boolean ssl, int minPoolSize, int maxPoolSize) argument
98 initConnectionPool(String host, String authDN, String authPasswd, boolean ssl, int minPoolSize, int maxPoolSize, Options options) argument
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java644 * @param authPasswd The password to bind with.
649 String authDN, String authPasswd, Options options) {
670 factories.add(createSingleHostConnectionFactory(hostList[i], portList[i], authDN, authPasswd, options));
674 return createSingleHostConnectionFactory(hostList[0], portList[0], authDN, authPasswd, options);
679 String authDN, String authPasswd, Options options) {
680 options = options.set(AUTHN_BIND_REQUEST, LDAPRequests.newSimpleBindRequest(authDN, authPasswd.toCharArray()));
648 createFailoverConnectionFactory(String host, int defaultPort, String authDN, String authPasswd, Options options) argument
678 createSingleHostConnectionFactory(String host, int port, String authDN, String authPasswd, Options options) argument
/forgerock/openam/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLDAPUtils.java683 * @param authPasswd The password to bind with.
688 String authDN, String authPasswd, Options options) {
709 factories.add(createSingleHostConnectionFactory(hostList[i], portList[i], authDN, authPasswd, options));
713 return createSingleHostConnectionFactory(hostList[0], portList[0], authDN, authPasswd, options);
718 String authDN, String authPasswd, Options options) {
719 options = options.set(AUTHN_BIND_REQUEST, LDAPRequests.newSimpleBindRequest(authDN, authPasswd.toCharArray()));
687 createFailoverConnectionFactory(String host, int defaultPort, String authDN, String authPasswd, Options options) argument
717 createSingleHostConnectionFactory(String host, int port, String authDN, String authPasswd, Options options) argument

Completed in 1420 milliseconds