Searched refs:TLSCapableConnection (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DTLSCapableConnection.java40 public interface TLSCapableConnection interface
H A DStartTLSExtendedOperation.java143 TLSCapableConnection tlsCapableConnection;
144 if (clientConnection instanceof TLSCapableConnection)
146 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DTLSCapableConnection.java39 public interface TLSCapableConnection interface
H A DStartTLSExtendedOperation.java96 TLSCapableConnection tlsCapableConnection;
97 if (clientConnection instanceof TLSCapableConnection)
99 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DTLSCapableConnection.java40 public interface TLSCapableConnection interface
H A DStartTLSExtendedOperation.java143 TLSCapableConnection tlsCapableConnection;
144 if (clientConnection instanceof TLSCapableConnection)
146 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DTLSCapableConnection.java40 public interface TLSCapableConnection interface
H A DStartTLSExtendedOperation.java143 TLSCapableConnection tlsCapableConnection;
144 if (clientConnection instanceof TLSCapableConnection)
146 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DTLSCapableConnection.java39 public interface TLSCapableConnection interface
H A DStartTLSExtendedOperation.java96 TLSCapableConnection tlsCapableConnection;
97 if (clientConnection instanceof TLSCapableConnection)
99 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DTLSCapableConnection.java38 public interface TLSCapableConnection interface
H A DStartTLSExtendedOperation.java96 TLSCapableConnection tlsCapableConnection;
97 if (clientConnection instanceof TLSCapableConnection)
99 tlsCapableConnection = (TLSCapableConnection) clientConnection;
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java67 import org.opends.server.extensions.TLSCapableConnection;
84 TLSCapableConnection
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java66 import org.opends.server.extensions.TLSCapableConnection;
83 TLSCapableConnection
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java67 import org.opends.server.extensions.TLSCapableConnection;
84 TLSCapableConnection
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java67 import org.opends.server.extensions.TLSCapableConnection;
84 TLSCapableConnection
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java66 import org.opends.server.extensions.TLSCapableConnection;
83 TLSCapableConnection
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java61 import org.opends.server.extensions.TLSCapableConnection;
81 TLSCapableConnection

Completed in 547 milliseconds