Uses of Class
org.forgerock.oauth2.core.DeviceCode
-
Packages that use DeviceCode Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.oauth2 -
-
Uses of DeviceCode in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that return DeviceCode Modifier and Type Method Description DeviceCodeTokenStore. createDeviceCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String nonce, String responseType, String state, String acrValues, String prompt, String uiLocales, String loginHint, Integer maxAge, String claims, OAuth2Request request, String codeChallenge, String codeChallengeMethod)Creates a new device code token.DeviceCodeTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)Reads a device code token.DeviceCodeTokenStore. readDeviceCode(String userCode, OAuth2Request request)Reads a device code token.Methods in org.forgerock.oauth2.core with parameters of type DeviceCode Modifier and Type Method Description voidTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)Updates a device code token. -
Uses of DeviceCode in org.forgerock.openam.oauth2
Methods in org.forgerock.openam.oauth2 that return DeviceCode Modifier and Type Method Description DeviceCodeOpenAMTokenStore. createDeviceCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String nonce, String responseType, String state, String acrValues, String prompt, String uiLocales, String loginHint, Integer maxAge, String claims, OAuth2Request request, String codeChallenge, String codeChallengeMethod)DeviceCodeStatefulTokenStore. createDeviceCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String nonce, String responseType, String state, String acrValues, String prompt, String uiLocales, String loginHint, Integer maxAge, String claims, OAuth2Request request, String codeChallenge, String codeChallengeMethod)Creates a new device code token.DeviceCodeStatelessTokenStore. createDeviceCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String nonce, String responseType, String state, String acrValues, String prompt, String uiLocales, String loginHint, Integer maxAge, String claims, OAuth2Request request, String codeChallenge, String codeChallengeMethod)DeviceCodeOpenAMTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)DeviceCodeOpenAMTokenStore. readDeviceCode(String userCode, OAuth2Request request)DeviceCodeStatefulTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)DeviceCodeStatefulTokenStore. readDeviceCode(String userCode, OAuth2Request request)DeviceCodeStatelessTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)DeviceCodeStatelessTokenStore. readDeviceCode(String userCode, OAuth2Request request)Methods in org.forgerock.openam.oauth2 with parameters of type DeviceCode Modifier and Type Method Description voidOpenAMTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)voidStatefulTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)voidStatelessTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)
-