Uses of Class
org.forgerock.oauth2.core.AuthorizationCode
-
Packages that use AuthorizationCode Package Description org.forgerock.oauth2.core Defines the core classes to implement OAuth2 for OpenAM.org.forgerock.openam.oauth2 -
-
Uses of AuthorizationCode in org.forgerock.oauth2.core
Methods in org.forgerock.oauth2.core that return AuthorizationCode Modifier and Type Method Description AuthorizationCodeTokenStore. createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, String codeChallenge, String codeChallengeMethod)Creates an Authorization Code and stores it in the OAuth2 Provider's store.AuthorizationCodeTokenStore. readAuthorizationCode(OAuth2Request request, String code)Creates an Authorization Code and stores it in the OAuth2 Provider's store.Methods in org.forgerock.oauth2.core with parameters of type AuthorizationCode Modifier and Type Method Description voidTokenStore. updateAuthorizationCode(OAuth2Request request, AuthorizationCode authorizationCode)Updates an Authorization Code. -
Uses of AuthorizationCode in org.forgerock.openam.oauth2
Methods in org.forgerock.openam.oauth2 that return AuthorizationCode Modifier and Type Method Description AuthorizationCodeOpenAMTokenStore. createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, String codeChallenge, String codeChallengeMethod)AuthorizationCodeStatefulTokenStore. createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, String codeChallenge, String codeChallengeMethod)Creates an Authorization Code and stores it in the OAuth2 Provider's store.AuthorizationCodeStatelessTokenStore. createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, String codeChallenge, String codeChallengeMethod)AuthorizationCodeOpenAMTokenStore. readAuthorizationCode(OAuth2Request request, String code)AuthorizationCodeStatefulTokenStore. readAuthorizationCode(OAuth2Request request, String code)Creates an Authorization Code and stores it in the OAuth2 Provider's store.AuthorizationCodeStatelessTokenStore. readAuthorizationCode(OAuth2Request request, String code)Methods in org.forgerock.openam.oauth2 with parameters of type AuthorizationCode Modifier and Type Method Description voidOpenAMTokenStore. updateAuthorizationCode(OAuth2Request request, AuthorizationCode authorizationCode)voidStatefulTokenStore. updateAuthorizationCode(OAuth2Request request, AuthorizationCode authorizationCode)Updates an Authorization Code.voidStatelessTokenStore. updateAuthorizationCode(OAuth2Request request, AuthorizationCode authorizationCode)
-