public class WindowsEnrollmentTokenDAOImpl extends Object implements WindowsEnrollmentTokenDAO
| Constructor and Description |
|---|
WindowsEnrollmentTokenDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCacheToken(MobileCacheEntry cacheEntry) |
boolean |
deleteCacheToken(String mobileDeviceId) |
MobileCacheEntry |
getCacheToken(String token) |
MobileCacheEntry |
getCacheTokenFromDeviceId(String deviceId) |
boolean |
updateCacheToken(MobileCacheEntry cacheEntry) |
public MobileCacheEntry getCacheToken(String token) throws MobileDeviceManagementDAOException
getCacheToken in interface WindowsEnrollmentTokenDAOMobileDeviceManagementDAOExceptionpublic MobileCacheEntry getCacheTokenFromDeviceId(String deviceId) throws MobileDeviceManagementDAOException
getCacheTokenFromDeviceId in interface WindowsEnrollmentTokenDAOMobileDeviceManagementDAOExceptionpublic boolean addCacheToken(MobileCacheEntry cacheEntry) throws MobileDeviceManagementDAOException
addCacheToken in interface WindowsEnrollmentTokenDAOMobileDeviceManagementDAOExceptionpublic boolean updateCacheToken(MobileCacheEntry cacheEntry) throws MobileDeviceManagementDAOException
updateCacheToken in interface WindowsEnrollmentTokenDAOMobileDeviceManagementDAOExceptionpublic boolean deleteCacheToken(String mobileDeviceId) throws MobileDeviceManagementDAOException
deleteCacheToken in interface WindowsEnrollmentTokenDAOMobileDeviceManagementDAOExceptionCopyright © 2017 WSO2. All rights reserved.