Uses of Interface
org.apache.directory.api.ldap.extras.extended.certGeneration.CertGenerationResponse
-
Packages that use CertGenerationResponse Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration org.apache.directory.api.ldap.extras.extended.certGeneration -
-
Uses of CertGenerationResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.certGeneration that return CertGenerationResponse Modifier and Type Method Description CertGenerationResponseCertGenerationFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no value -
Uses of CertGenerationResponse in org.apache.directory.api.ldap.extras.extended.certGeneration
Classes in org.apache.directory.api.ldap.extras.extended.certGeneration that implement CertGenerationResponse Modifier and Type Class Description classCertGenerationResponseImplThe response sent back from the server after the CertGeneration extended operation is performed.Methods in org.apache.directory.api.ldap.extras.extended.certGeneration that return CertGenerationResponse Modifier and Type Method Description CertGenerationResponseCertGenerationRequestImpl. getResultResponse()The result containing response for this request.
-