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