Searched defs:tokenScope (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 DScopeValidator.java73 * @param tokenScope The scope from the access token.
80 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException;
79 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
H A DOAuth2ProviderSettings.java99 * @param tokenScope The scope from the access token.
106 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException;
105 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DScopeValidator.java74 * @param tokenScope The scope from the access token.
81 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException;
80 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
H A DAgentOAuth2ProviderSettings.java111 Set<String> tokenScope, OAuth2Request request)
114 .validateRefreshTokenScope(clientRegistration, requestedScope, tokenScope, request);
110 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
H A DOAuth2ProviderSettings.java141 * @param tokenScope The scope from the access token.
148 Set<String> tokenScope, OAuth2Request request)
147 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
H A DRealmOAuth2ProviderSettings.java364 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException {
365 return getScopeValidator().validateRefreshTokenScope(clientRegistration, requestedScope, tokenScope, request);
363 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java166 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException {
167 return validateScopes(requestedScope, tokenScope, tokenScope, request);
165 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
H A DOpenAMOAuth2ProviderSettings.java348 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException {
350 tokenScope, clientRegistration.getDefaultScopes());
437 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException {
438 return getScopeValidator().validateRefreshTokenScope(clientRegistration, requestedScope, tokenScope, request);
347 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
436 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java172 Set<String> tokenScope, OAuth2Request request) throws ServerException, InvalidScopeException {
173 return validateScopes(requestedScope, tokenScope, tokenScope, request);
171 validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, Set<String> tokenScope, OAuth2Request request) argument

Completed in 32 milliseconds