Searched defs:supportedScopesWithoutTranslations (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java145 private Set<String> supportedScopesWithoutTranslations; field in class:OpenAMOAuth2ProviderSettings
643 return supportedScopesWithoutTranslations = getWithoutTranslations(OAuth2ProviderService.SUPPORTED_SCOPES,
644 supportedScopesWithoutTranslations);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DRealmOAuth2ProviderSettings.java135 private Set<String> supportedScopesWithoutTranslations; field in class:RealmOAuth2ProviderSettings
538 return supportedScopesWithoutTranslations = getWithoutTranslations(OAuth2Constants.OAuth2ProviderService.SUPPORTED_SCOPES,
539 supportedScopesWithoutTranslations);

Completed in 32 milliseconds