public interface WindowsEnrollmentTokenDAO
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) |
MobileCacheEntry getCacheToken(String token) throws MobileDeviceManagementDAOException
MobileCacheEntry getCacheTokenFromDeviceId(String deviceId) throws MobileDeviceManagementDAOException
boolean addCacheToken(MobileCacheEntry cacheEntry) throws MobileDeviceManagementDAOException
boolean updateCacheToken(MobileCacheEntry cacheEntry) throws MobileDeviceManagementDAOException
boolean deleteCacheToken(String mobileDeviceId) throws MobileDeviceManagementDAOException
Copyright © 2017 WSO2. All rights reserved.