@Addressing(enabled=true, required=true) @BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/") public class CertificateEnrollmentServiceImpl extends Object implements CertificateEnrollmentService
Constructor and Description |
---|
CertificateEnrollmentServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response)
This method implements MS-WSTEP for Certificate Enrollment Service.
|
public void requestSecurityToken(String tokenType, String requestType, String binarySecurityToken, AdditionalContext additionalContext, Holder<RequestSecurityTokenResponse> response) throws WindowsDeviceEnrolmentException
requestSecurityToken
in interface CertificateEnrollmentService
tokenType
- - Device Enrolment Token type is received via devicerequestType
- - WS-Trust request typebinarySecurityToken
- - CSR from deviceadditionalContext
- - Device type and OS version is receivedresponse
- - Response will include wap-provisioning xmlWindowsDeviceEnrolmentException
Copyright © 2017 WSO2. All rights reserved.