Searched defs:startTLS (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java47 private boolean startTLS = false; field in class:LDAPConnectionOptions
89 * Set whether to use startTLS for the connection or not.
91 * @param startTLS True if startTLS should be used, false otherwise.
95 public void setStartTLS(boolean startTLS) argument
97 this.startTLS = startTLS;
101 * Return the startTLS flag value.
108 return startTLS;
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java46 private boolean startTLS = false; field in class:LDAPConnectionOptions
88 * Set whether to use startTLS for the connection or not.
90 * @param startTLS True if startTLS should be used, false otherwise.
94 public void setStartTLS(boolean startTLS) argument
96 this.startTLS = startTLS;
100 * Return the startTLS flag value.
107 return startTLS;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java47 private boolean startTLS = false; field in class:LDAPConnectionOptions
89 * Set whether to use startTLS for the connection or not.
91 * @param startTLS True if startTLS should be used, false otherwise.
95 public void setStartTLS(boolean startTLS) argument
97 this.startTLS = startTLS;
101 * Return the startTLS flag value.
108 return startTLS;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java47 private boolean startTLS = false; field in class:LDAPConnectionOptions
89 * Set whether to use startTLS for the connection or not.
91 * @param startTLS True if startTLS should be used, false otherwise.
95 public void setStartTLS(boolean startTLS) argument
97 this.startTLS = startTLS;
101 * Return the startTLS flag value.
108 return startTLS;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPConnectionOptions.java46 private boolean startTLS = false; field in class:LDAPConnectionOptions
88 * Set whether to use startTLS for the connection or not.
90 * @param startTLS True if startTLS should be used, false otherwise.
94 public void setStartTLS(boolean startTLS) argument
96 this.startTLS = startTLS;
100 * Return the startTLS flag value.
107 return startTLS;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnectionOptions.java47 private boolean startTLS; field in class:LDAPConnectionOptions
82 * Set whether to use startTLS for the connection or not.
84 * @param startTLS True if startTLS should be used, false otherwise.
88 public void setStartTLS(boolean startTLS) argument
90 this.startTLS = startTLS;
94 * Return the startTLS flag value.
101 return startTLS;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java291 public void startTLS(int size) throws NamingException, IOException { method in class:SASLOverTLSTestCase
406 * Verifier class so JNDI startTLS will work with "localhost" host name.
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java290 public void startTLS(int size) throws NamingException, IOException { method in class:SASLOverTLSTestCase
405 * Verifier class so JNDI startTLS will work with "localhost" host name.
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java291 public void startTLS(int size) throws NamingException, IOException { method in class:SASLOverTLSTestCase
406 * Verifier class so JNDI startTLS will work with "localhost" host name.
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java290 public void startTLS(int size) throws NamingException, IOException { method in class:SASLOverTLSTestCase
405 * Verifier class so JNDI startTLS will work with "localhost" host name.
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java291 public void startTLS(int size) throws NamingException, IOException { method in class:SASLOverTLSTestCase
406 * Verifier class so JNDI startTLS will work with "localhost" host name.
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java291 public void startTLS(int size) throws NamingException, IOException { method in class:SASLOverTLSTestCase
412 * Verifier class so JNDI startTLS will work with "localhost" host name.

Completed in 320 milliseconds