Searched refs:bindOrStartTLSInProgress (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DClientConnection.java109 protected AtomicBoolean bindOrStartTLSInProgress; field in class:ClientConnection
169 bindOrStartTLSInProgress = new AtomicBoolean(false);
1770 bindOrStartTLSInProgress.set(false);
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DClientConnection.java110 protected AtomicBoolean bindOrStartTLSInProgress; field in class:ClientConnection
170 bindOrStartTLSInProgress = new AtomicBoolean(false);
1771 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DClientConnection.java110 protected AtomicBoolean bindOrStartTLSInProgress; field in class:ClientConnection
170 bindOrStartTLSInProgress = new AtomicBoolean(false);
1771 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DClientConnection.java109 protected AtomicBoolean bindOrStartTLSInProgress; field in class:ClientConnection
169 bindOrStartTLSInProgress = new AtomicBoolean(false);
1770 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DClientConnection.java110 protected AtomicBoolean bindOrStartTLSInProgress; field in class:ClientConnection
170 bindOrStartTLSInProgress = new AtomicBoolean(false);
1771 bindOrStartTLSInProgress.set(false);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java1596 if (bindOrStartTLSInProgress.get())
1682 if(bindOrStartTLSInProgress.get() ||
1700 bindOrStartTLSInProgress.set(true);
1709 bindOrStartTLSInProgress.set(false);
1727 bindOrStartTLSInProgress.set(true);
1734 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java1602 if (bindOrStartTLSInProgress.get())
1688 if(bindOrStartTLSInProgress.get() ||
1706 bindOrStartTLSInProgress.set(true);
1715 bindOrStartTLSInProgress.set(false);
1733 bindOrStartTLSInProgress.set(true);
1740 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java1596 if (bindOrStartTLSInProgress.get())
1682 if(bindOrStartTLSInProgress.get() ||
1700 bindOrStartTLSInProgress.set(true);
1709 bindOrStartTLSInProgress.set(false);
1727 bindOrStartTLSInProgress.set(true);
1734 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java1596 if (bindOrStartTLSInProgress.get())
1682 if(bindOrStartTLSInProgress.get() ||
1700 bindOrStartTLSInProgress.set(true);
1709 bindOrStartTLSInProgress.set(false);
1727 bindOrStartTLSInProgress.set(true);
1734 bindOrStartTLSInProgress.set(false);
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java1602 if (bindOrStartTLSInProgress.get())
1688 if(bindOrStartTLSInProgress.get() ||
1706 bindOrStartTLSInProgress.set(true);
1715 bindOrStartTLSInProgress.set(false);
1733 bindOrStartTLSInProgress.set(true);
1740 bindOrStartTLSInProgress.set(false);

Completed in 70 milliseconds