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

/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationTest.java136 when(providerSettings.getSupportedScopesWithTranslations()).thenReturn(asSet(
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java271 Set<String> getSupportedScopesWithTranslations() throws ServerException; method in interface:OAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java316 Set<String> getSupportedScopesWithTranslations() throws ServerException; method in interface:OAuth2ProviderSettings
H A DAgentOAuth2ProviderSettings.java207 public Set<String> getSupportedScopesWithTranslations() throws ServerException { method in class:AgentOAuth2ProviderSettings
H A DRealmOAuth2ProviderSettings.java543 public Set<String> getSupportedScopesWithTranslations() throws ServerException { method in class:RealmOAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationTest.java238 when(providerSettings.getSupportedScopesWithTranslations()).thenReturn(asSet(
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java323 return getTranslations(locale, combinedScopes, providerSettings.getSupportedScopesWithTranslations());
H A DOpenAMOAuth2ProviderSettings.java650 public Set<String> getSupportedScopesWithTranslations() throws ServerException { method in class:OpenAMOAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java295 return getTranslations(locale, combinedScopes, providerSettings.getSupportedScopesWithTranslations());

Completed in 45 milliseconds