| Modifier and Type | Method and Description |
|---|---|
AuthenticationInfo |
BSTValidator.validateRequest(String requestedUri,
String encodedBinarySecurityToken)
Validate SOAP request token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationUtils.generateComplianceFeatureStatus(SyncmlDocument syncmlDocument)
Generate Compliance Features
|
List<? extends org.wso2.carbon.device.mgt.common.operation.mgt.Operation> |
OperationUtils.getPendingOperations(SyncmlDocument syncmlDocument)
Get pending operations.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Operations.disenroll(String headerParam,
List<String> deviceids) |
javax.ws.rs.core.Response |
Operations.lock(String headerParam,
List<String> deviceids) |
javax.ws.rs.core.Response |
Operations.lockReset(String acceptHeader,
List<String> deviceids) |
javax.ws.rs.core.Response |
Operations.ring(String headerParam,
List<String> deviceids) |
javax.ws.rs.core.Response |
Operations.wipe(String headerParam,
List<String> deviceids) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
OperationsImpl.disenroll(String acceptHeader,
List<String> deviceIDs)
REST end point for device dis-enrollment.
|
javax.ws.rs.core.Response |
OperationsImpl.lock(String acceptHeader,
List<String> deviceIDs)
REST endpoint for the Device Lock operation
|
javax.ws.rs.core.Response |
OperationsImpl.lockReset(String acceptHeader,
List<String> deviceIDs)
REST endpoint for the device lockOperationUpdate reset.
|
javax.ws.rs.core.Response |
OperationsImpl.ring(String acceptHeader,
List<String> deviceIDs)
REST end point for the device ring.
|
javax.ws.rs.core.Response |
OperationsImpl.wipe(String acceptHeader,
List<String> deviceids)
REST Endpoint for the Device wipe.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
BSTProvider.getBST(Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
BSTProviderImpl.getBST(Credentials credentials)
This method validates the device user, checking passed credentials and returns the corresponding
binary security token which is used in XCEP and WSTEP stages for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SyncmlService.getResponse(Document request) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
SyncmlServiceImpl.getResponse(Document request)
Method for calling SyncML engine for producing the Syncml response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CertificateEnrollmentService.requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response) |
| Modifier and Type | Method and Description |
|---|---|
String |
CertificateEnrollmentServiceImpl.prepareWapProvisioningXML(String binarySecurityToken,
String wapProvisioningFilePath,
String headerBst)
This method prepares the wap-provisioning file by including relevant certificates etc
|
void |
CertificateEnrollmentServiceImpl.requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response)
This method implements MS-WSTEP for Certificate Enrollment Service.
|
Copyright © 2016 WSO2. All rights reserved.