Sun Adapter for LDAP API

com.stc.connector.appconn.ldap
Interface StartTLSExtension

All Known Implementing Classes:
StartTLSExtensionImpl

public interface StartTLSExtension

LDAP TLS Extended Operation Interface. Used to start & stop TLS requests.

Version:
$Revision: 1.2 $
Author:

Method Summary
 void startTLS()
          Method that initiates the TLS connection
 void stopTLS()
          Method that stops the TLS connection
 

Method Detail

startTLS

void startTLS()
              throws LDAPApplicationException
Method that initiates the TLS connection

Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

stopTLS

void stopTLS()
             throws LDAPApplicationException
Method that stops the TLS connection

Throws:
LDAPApplicationException - if there is no connection is available to the LDAP server.

Sun Adapter for LDAP API