|
||||||||||
| 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.ExtendedRequest req)
Handles the specified extended operation. |
void |
setLdapServer(LdapService ldapService)
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.ExtendedRequest req)
throws java.lang.Exception
ExtendedOperationHandler
handleExtendedOperation in interface ExtendedOperationHandlersession - 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 ExtendedOperationHandlerpublic final java.lang.String getOid()
ExtendedOperationHandler
getOid in interface ExtendedOperationHandlerpublic void setLdapServer(LdapService ldapService)
ExtendedOperationHandler
setLdapServer in interface ExtendedOperationHandlerldapService - the ldap protocol server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||