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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnection.java85 private LDAPConnectionOptions connectionOptions = null; field in class:LDAPConnection
121 this.connectionOptions = options;
190 if(connectionOptions.isVerbose())
198 if(connectionOptions.useStartTLS())
258 connectionOptions.getSSLConnectionFactory();
305 if (connectionOptions.getReportAuthzID())
310 if (connectionOptions.usePasswordPolicyControl())
340 if (connectionOptions.useSASLExternal())
343 connectionOptions.getSASLProperties(),
346 else if (connectionOptions
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnection.java84 private LDAPConnectionOptions connectionOptions = null; field in class:LDAPConnection
120 this.connectionOptions = options;
189 if(connectionOptions.isVerbose())
197 if(connectionOptions.useStartTLS())
257 connectionOptions.getSSLConnectionFactory();
304 if (connectionOptions.getReportAuthzID())
309 if (connectionOptions.usePasswordPolicyControl())
339 if (connectionOptions.useSASLExternal())
342 connectionOptions.getSASLProperties(),
345 else if (connectionOptions
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnection.java85 private LDAPConnectionOptions connectionOptions = null; field in class:LDAPConnection
121 this.connectionOptions = options;
190 if(connectionOptions.isVerbose())
198 if(connectionOptions.useStartTLS())
258 connectionOptions.getSSLConnectionFactory();
305 if (connectionOptions.getReportAuthzID())
310 if (connectionOptions.usePasswordPolicyControl())
340 if (connectionOptions.useSASLExternal())
343 connectionOptions.getSASLProperties(),
346 else if (connectionOptions
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPConnection.java85 private LDAPConnectionOptions connectionOptions = null; field in class:LDAPConnection
121 this.connectionOptions = options;
190 if(connectionOptions.isVerbose())
198 if(connectionOptions.useStartTLS())
258 connectionOptions.getSSLConnectionFactory();
305 if (connectionOptions.getReportAuthzID())
310 if (connectionOptions.usePasswordPolicyControl())
340 if (connectionOptions.useSASLExternal())
343 connectionOptions.getSASLProperties(),
346 else if (connectionOptions
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnection.java84 private LDAPConnectionOptions connectionOptions = null; field in class:LDAPConnection
120 this.connectionOptions = options;
189 if(connectionOptions.isVerbose())
197 if(connectionOptions.useStartTLS())
257 connectionOptions.getSSLConnectionFactory();
304 if (connectionOptions.getReportAuthzID())
309 if (connectionOptions.usePasswordPolicyControl())
339 if (connectionOptions.useSASLExternal())
342 connectionOptions.getSASLProperties(),
345 else if (connectionOptions
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnection.java80 private LDAPConnectionOptions connectionOptions; field in class:LDAPConnection
116 this.connectionOptions = options;
185 if (connectionOptions.isVerbose())
195 if(connectionOptions.useStartTLS())
246 connectionOptions.getSSLConnectionFactory();
281 if (connectionOptions.getReportAuthzID())
286 if (connectionOptions.usePasswordPolicyControl())
316 if (connectionOptions.useSASLExternal())
319 connectionOptions.getSASLProperties(),
322 else if (connectionOptions
[all...]

Completed in 398 milliseconds