|
||||||||||
| 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.CertGenerationRequestHandler
public class CertGenerationRequestHandler
An extended handler for digital certificate generation
| Constructor Summary | |
|---|---|
CertGenerationRequestHandler()
|
|
| Method Summary | |
|---|---|
Set<String> |
getExtensionOids()
The OIDs of the extensions supported by this handler. |
String |
getOid()
Returns the EXTENSION_OID of the extended request this handler can handle. |
void |
handleExtendedOperation(LdapSession session,
org.apache.directory.api.ldap.extras.extended.CertGenerationRequest 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 |
| Constructor Detail |
|---|
public CertGenerationRequestHandler()
| Method Detail |
|---|
public String getOid()
getOid in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.CertGenerationRequest,org.apache.directory.api.ldap.extras.extended.CertGenerationResponse>public Set<String> getExtensionOids()
getExtensionOids in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.CertGenerationRequest,org.apache.directory.api.ldap.extras.extended.CertGenerationResponse>
public void handleExtendedOperation(LdapSession session,
org.apache.directory.api.ldap.extras.extended.CertGenerationRequest req)
throws Exception
handleExtendedOperation in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.CertGenerationRequest,org.apache.directory.api.ldap.extras.extended.CertGenerationResponse>session - the session object related with current connectionreq - the LDAP Extended operation request
Exception - if failed to handle the operationpublic void setLdapServer(LdapServer ldapServer)
setLdapServer in interface ExtendedOperationHandler<org.apache.directory.api.ldap.extras.extended.CertGenerationRequest,org.apache.directory.api.ldap.extras.extended.CertGenerationResponse>ldapServer - the ldap protocol server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||