@Addressing(enabled=true, required=true) @BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/") public class CertificateEnrollmentPolicyServiceImpl extends Object implements CertificateEnrollmentPolicyService
Constructor and Description |
---|
CertificateEnrollmentPolicyServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
getPolicies(Client client,
RequestFilter requestFilter,
Holder<Response> response,
Holder<CACollection> caCollection,
Holder<OIDCollection> oidCollection)
This method implements the MS-XCEP protocol for certificate enrollment policy service.
|
public CertificateEnrollmentPolicyServiceImpl()
public void getPolicies(Client client, RequestFilter requestFilter, Holder<Response> response, Holder<CACollection> caCollection, Holder<OIDCollection> oidCollection)
getPolicies
in interface CertificateEnrollmentPolicyService
client
- - Included lastUpdate and preferredLanguage tagsrequestFilter
- - Policy constrain tagresponse
- - Response which includes minimal key length, hash algorithm, policy
schema, policy OID referencecaCollection
- - Contains the issuers for the certificate enrollment policiesoidCollection
- - Contains the collection of OIDs for the responseCopyright © 2017 WSO2. All rights reserved.