public class WindowsTokenServiceImpl extends Object implements WindowsTokenService
| Constructor and Description |
|---|
WindowsTokenServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
MobileCacheEntry |
getCacheToken(String token) |
MobileCacheEntry |
getCacheTokenFromDeviceId(String deviceId) |
void |
removeCacheToken(String token) |
void |
saveCacheToken(MobileCacheEntry entry) |
void |
updateCacheToken(MobileCacheEntry entry) |
public void saveCacheToken(MobileCacheEntry entry) throws MobileDeviceManagementDAOException
saveCacheToken in interface WindowsTokenServiceMobileDeviceManagementDAOExceptionpublic void updateCacheToken(MobileCacheEntry entry) throws MobileDeviceManagementDAOException
updateCacheToken in interface WindowsTokenServiceMobileDeviceManagementDAOExceptionpublic MobileCacheEntry getCacheToken(String token) throws MobileDeviceManagementDAOException
getCacheToken in interface WindowsTokenServiceMobileDeviceManagementDAOExceptionpublic MobileCacheEntry getCacheTokenFromDeviceId(String deviceId) throws MobileDeviceManagementDAOException
getCacheTokenFromDeviceId in interface WindowsTokenServiceMobileDeviceManagementDAOExceptionpublic void removeCacheToken(String token) throws MobileDeviceManagementDAOException
removeCacheToken in interface WindowsTokenServiceMobileDeviceManagementDAOExceptionCopyright © 2017 WSO2. All rights reserved.