Modifier and Type | Method and Description |
---|---|
MobileCacheEntry |
WindowsTokenService.getCacheToken(String token) |
MobileCacheEntry |
WindowsTokenServiceImpl.getCacheToken(String token) |
MobileCacheEntry |
WindowsTokenService.getCacheTokenFromDeviceId(String deviceId) |
MobileCacheEntry |
WindowsTokenServiceImpl.getCacheTokenFromDeviceId(String deviceId) |
Modifier and Type | Method and Description |
---|---|
void |
WindowsTokenService.saveCacheToken(MobileCacheEntry entry) |
void |
WindowsTokenServiceImpl.saveCacheToken(MobileCacheEntry entry) |
void |
WindowsTokenService.updateCacheToken(MobileCacheEntry entry) |
void |
WindowsTokenServiceImpl.updateCacheToken(MobileCacheEntry entry) |
Modifier and Type | Method and Description |
---|---|
MobileCacheEntry |
WindowsEnrollmentTokenDAO.getCacheToken(String token) |
MobileCacheEntry |
WindowsEnrollmentTokenDAO.getCacheTokenFromDeviceId(String deviceId) |
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsEnrollmentTokenDAO.addCacheToken(MobileCacheEntry cacheEntry) |
boolean |
WindowsEnrollmentTokenDAO.updateCacheToken(MobileCacheEntry cacheEntry) |
Modifier and Type | Method and Description |
---|---|
MobileCacheEntry |
WindowsEnrollmentTokenDAOImpl.getCacheToken(String token) |
MobileCacheEntry |
WindowsEnrollmentTokenDAOImpl.getCacheTokenFromDeviceId(String deviceId) |
Modifier and Type | Method and Description |
---|---|
boolean |
WindowsEnrollmentTokenDAOImpl.addCacheToken(MobileCacheEntry cacheEntry) |
boolean |
WindowsEnrollmentTokenDAOImpl.updateCacheToken(MobileCacheEntry cacheEntry) |
Copyright © 2017 WSO2. All rights reserved.