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