@BindingType(value="http://www.w3.org/2003/05/soap/bindings/HTTP/") public interface EnrollmentService
Modifier and Type | Method and Description |
---|---|
void |
requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response) |
@RequestWrapper(localName="RequestSecurityToken", targetNamespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512") @ResponseWrapper(localName="RequestSecurityTokenResponseCollection", targetNamespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512") void requestSecurityToken(String tokenType, String requestType, String binarySecurityToken, AdditionalContext additionalContext, Holder<RequestSecurityTokenResponse> response) throws WindowsDeviceEnrolmentException, UnsupportedEncodingException, WAPProvisioningException
Copyright © 2017 WSO2. All rights reserved.