Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.device.mgt.mobile.windows.impl.dto.MobileCacheEntry |
DeviceUtil.getTokenEntry(String token) |
static org.wso2.carbon.device.mgt.mobile.windows.impl.dto.MobileCacheEntry |
DeviceUtil.getTokenEntryFromDeviceId(String deviceId) |
static void |
DeviceUtil.persistChallengeToken(String token,
String deviceID,
String username) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DeviceManagementAdminService.disenroll(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response |
DeviceManagementService.getResponse(Document request) |
javax.ws.rs.core.Response |
DeviceManagementAdminService.lock(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response |
DeviceManagementAdminService.lockReset(String acceptHeader,
List<String> deviceIds) |
javax.ws.rs.core.Response |
DeviceManagementAdminService.ring(String headerParam,
List<String> deviceIds) |
javax.ws.rs.core.Response |
DeviceManagementAdminService.wipe(String headerParam,
List<String> deviceIds) |
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 |
---|---|
void |
DiscoveryService.discover(DiscoveryRequest request,
Holder<DiscoveryResponse> response) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryServiceImpl.discover(DiscoveryRequest discoveryRequest,
Holder<DiscoveryResponse> response)
This method returns the OnPremise AuthPolicy and next two endpoint the mobile device should
call if this response to received successfully at the device end.
|
String |
DiscoveryServiceImpl.getAuthPolicy()
Get authentication policy from the tenant configuration, otherwise set default value as Federated.
|
Modifier and Type | Method and Description |
---|---|
void |
EnrollmentService.requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response) |
Modifier and Type | Method and Description |
---|---|
void |
EnrollmentServiceImpl.requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
DeviceManagementAdminServiceImpl.disenroll(String acceptHeader,
List<String> deviceIDs)
REST end point for device dis-enrollment.
|
javax.ws.rs.core.Response |
DeviceManagementServiceImpl.getResponse(Document request) |
javax.ws.rs.core.Response |
DeviceManagementAdminServiceImpl.lock(String acceptHeader,
List<String> deviceIDs)
REST endpoint for the Device Lock operation
|
javax.ws.rs.core.Response |
DeviceManagementAdminServiceImpl.lockReset(String acceptHeader,
List<String> deviceIDs)
REST endpoint for the device updateLockOperation reset.
|
javax.ws.rs.core.Response |
DeviceManagementAdminServiceImpl.ring(String acceptHeader,
List<String> deviceIDs)
REST end point for the device ring.
|
javax.ws.rs.core.Response |
DeviceManagementAdminServiceImpl.wipe(String acceptHeader,
List<String> deviceids)
REST Endpoint for the Device wipe.
|
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 |
---|---|
void |
CertificateEnrollmentServiceImpl.requestSecurityToken(String tokenType,
String requestType,
String binarySecurityToken,
AdditionalContext additionalContext,
Holder<RequestSecurityTokenResponse> response)
This method implements MS-WSTEP for Certificate Enrollment Service.
|
Copyright © 2017 WSO2. All rights reserved.