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 WindowsTokenService
MobileDeviceManagementDAOException
public void updateCacheToken(MobileCacheEntry entry) throws MobileDeviceManagementDAOException
updateCacheToken
in interface WindowsTokenService
MobileDeviceManagementDAOException
public MobileCacheEntry getCacheToken(String token) throws MobileDeviceManagementDAOException
getCacheToken
in interface WindowsTokenService
MobileDeviceManagementDAOException
public MobileCacheEntry getCacheTokenFromDeviceId(String deviceId) throws MobileDeviceManagementDAOException
getCacheTokenFromDeviceId
in interface WindowsTokenService
MobileDeviceManagementDAOException
public void removeCacheToken(String token) throws MobileDeviceManagementDAOException
removeCacheToken
in interface WindowsTokenService
MobileDeviceManagementDAOException
Copyright © 2017 WSO2. All rights reserved.