|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.ldap.handlers.extended.StartTlsHandler
public class StartTlsHandler
Handler for the StartTLS extended operation.
Field Summary | |
---|---|
static java.lang.String |
EXTENSION_OID
|
Constructor Summary | |
---|---|
StartTlsHandler()
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getExtensionOids()
The OIDs of the extensions supported by this handler. |
java.lang.String |
getOid()
Returns the EXTENSION_OID of the extended request this handler can handle. |
void |
handleExtendedOperation(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req)
Handles the specified extended operation. |
void |
setLdapServer(LdapServer ldapServer)
Sets the LDAP server for this extendedOperation handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EXTENSION_OID
Constructor Detail |
---|
public StartTlsHandler()
Method Detail |
---|
public void handleExtendedOperation(LdapSession session, org.apache.directory.shared.ldap.message.internal.InternalExtendedRequest req) throws java.lang.Exception
ExtendedOperationHandler
handleExtendedOperation
in interface ExtendedOperationHandler
session
- the session object related with current connectionreq
- the LDAP Extended operation request
java.lang.Exception
- if failed to handle the operationpublic final java.util.Set<java.lang.String> getExtensionOids()
ExtendedOperationHandler
getExtensionOids
in interface ExtendedOperationHandler
public final java.lang.String getOid()
ExtendedOperationHandler
getOid
in interface ExtendedOperationHandler
public void setLdapServer(LdapServer ldapServer)
ExtendedOperationHandler
setLdapServer
in interface ExtendedOperationHandler
ldapServer
- the ldap protocol server
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |