Searched defs:validateRefreshTokenScope (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.java79 Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in interface:ScopeValidator
H A DOAuth2ProviderSettings.java105 Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in interface:OAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DScopeValidator.java80 Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in interface:ScopeValidator
H A DAgentOAuth2ProviderSettings.java110 public Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in class:AgentOAuth2ProviderSettings
114 .validateRefreshTokenScope(clientRegistration, requestedScope, tokenScope, request);
H A DOAuth2ProviderSettings.java147 Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in interface:OAuth2ProviderSettings
H A DRealmOAuth2ProviderSettings.java363 public Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in class:RealmOAuth2ProviderSettings
365 return getScopeValidator().validateRefreshTokenScope(clientRegistration, requestedScope, tokenScope, request);
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java165 public Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in class:OpenAMScopeValidator
H A DOpenAMOAuth2ProviderSettings.java347 public Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in class:OpenAMOAuth2ProviderSettings.LegacyScopeValidator
436 public Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in class:OpenAMOAuth2ProviderSettings
438 return getScopeValidator().validateRefreshTokenScope(clientRegistration, requestedScope, tokenScope, request);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java171 public Set<String> validateRefreshTokenScope(ClientRegistration clientRegistration, Set<String> requestedScope, method in class:OpenAMScopeValidator

Completed in 203 milliseconds