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 DeviceCode
TokenStore. 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.DeviceCode
TokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)
Reads a device code token.DeviceCode
TokenStore. 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 void
TokenStore. 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 DeviceCode
OpenAMTokenStore. 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)
DeviceCode
StatefulTokenStore. 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.DeviceCode
StatelessTokenStore. 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)
DeviceCode
OpenAMTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)
DeviceCode
OpenAMTokenStore. readDeviceCode(String userCode, OAuth2Request request)
DeviceCode
StatefulTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)
DeviceCode
StatefulTokenStore. readDeviceCode(String userCode, OAuth2Request request)
DeviceCode
StatelessTokenStore. readDeviceCode(String clientId, String code, OAuth2Request request)
DeviceCode
StatelessTokenStore. readDeviceCode(String userCode, OAuth2Request request)
Methods in org.forgerock.openam.oauth2 with parameters of type DeviceCode Modifier and Type Method Description void
OpenAMTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)
void
StatefulTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)
void
StatelessTokenStore. updateDeviceCode(DeviceCode code, OAuth2Request request)
-