Uses of Class
org.gluu.oxauth.model.common.DeviceAuthorizationCacheControl
Packages that use DeviceAuthorizationCacheControl
-
Uses of DeviceAuthorizationCacheControl in org.gluu.oxauth.model.common
Methods in org.gluu.oxauth.model.common with parameters of type DeviceAuthorizationCacheControlModifier and TypeMethodDescriptionAuthorizationGrantList.createDeviceGrant(DeviceAuthorizationCacheControl data, User user) IAuthorizationGrantList.createDeviceGrant(DeviceAuthorizationCacheControl data, User user) voidDeviceCodeGrant.init(DeviceAuthorizationCacheControl cacheData, User user) -
Uses of DeviceAuthorizationCacheControl in org.gluu.oxauth.service
Methods in org.gluu.oxauth.service that return DeviceAuthorizationCacheControlModifier and TypeMethodDescriptionDeviceAuthorizationService.getDeviceAuthzByDeviceCode(String deviceCode) Returns cache data related to the device authz request using user_code as cache key.DeviceAuthorizationService.getDeviceAuthzByUserCode(String userCode) Returns cache data related to the device authz request using device_code as cache key.Methods in org.gluu.oxauth.service with parameters of type DeviceAuthorizationCacheControlModifier and TypeMethodDescriptionDeviceAuthorizationService.getDeviceAuthorizationPage(DeviceAuthorizationCacheControl deviceAuthorizationCacheControl, Client client, String state, javax.servlet.http.HttpServletRequest servletRequest) Validates data related to the cache, status and client in order to return correct redirection used to process device authorizations.voidDeviceAuthorizationService.saveInCache(DeviceAuthorizationCacheControl data, boolean saveDeviceCode, boolean saveUserCode) Saves data in cache, it could be saved with two identifiers used by Token endpoint or device_authorization page.