Searched refs:createAuthorizationCode (Results 1 - 9 of 9) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCodeResponseTypeHandler.java56 final AuthorizationCode authorizationCode = tokenStore.createAuthorizationCode(scope, resourceOwner,
H A DTokenStore.java57 AuthorizationCode createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, method in interface:TokenStore
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/test/java/org/forgerock/oauth2/core/
H A DAuthorizationCodeResponseTypeHandlerTest.java59 given(tokenStore.createAuthorizationCode(scope, resourceOwner, clientId, redirectUri, nonce, request,
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCodeResponseTypeHandler.java57 final AuthorizationCode authorizationCode = tokenStore.createAuthorizationCode(scope, resourceOwner,
H A DTokenStore.java60 AuthorizationCode createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, String redirectUri, String nonce, OAuth2Request request, method in interface:TokenStore
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStore.java65 public AuthorizationCode createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, method in class:OpenAMTokenStore
69 return statelessTokenStore.createAuthorizationCode(scope, resourceOwner, clientId, redirectUri, nonce, request,
72 return statefulTokenStore.createAuthorizationCode(scope, resourceOwner, clientId, redirectUri, nonce, request,
H A DStatelessTokenStore.java140 public AuthorizationCode createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, method in class:StatelessTokenStore
143 return statefulTokenStore.createAuthorizationCode(scope, resourceOwner, clientId, redirectUri, nonce, request,
H A DStatefulTokenStore.java156 public AuthorizationCode createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, method in class:StatefulTokenStore
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMTokenStore.java146 public AuthorizationCode createAuthorizationCode(Set<String> scope, ResourceOwner resourceOwner, String clientId, method in class:OpenAMTokenStore

Completed in 32 milliseconds