Searched refs:getWithoutTranslations (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java628 return supportedClaimsWithoutTranslations = getWithoutTranslations(OAuth2ProviderService.SUPPORTED_CLAIMS,
643 return supportedScopesWithoutTranslations = getWithoutTranslations(OAuth2ProviderService.SUPPORTED_SCOPES,
654 private Set<String> getWithoutTranslations(String key, Set<String> cached) throws ServerException { method in class:OpenAMOAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DRealmOAuth2ProviderSettings.java527 return supportedClaimsWithoutTranslations = getWithoutTranslations(OAuth2Constants.OAuth2ProviderService.SUPPORTED_CLAIMS,
538 return supportedScopesWithoutTranslations = getWithoutTranslations(OAuth2Constants.OAuth2ProviderService.SUPPORTED_SCOPES,
547 private Set<String> getWithoutTranslations(String key, Set<String> cached) throws ServerException { method in class:RealmOAuth2ProviderSettings

Completed in 32 milliseconds