Searched refs:getSupportedClaimsWithTranslations (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java255 Set<String> getSupportedClaimsWithTranslations() throws ServerException; method in interface:OAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java300 Set<String> getSupportedClaimsWithTranslations() throws ServerException; method in interface:OAuth2ProviderSettings
H A DAgentOAuth2ProviderSettings.java197 public Set<String> getSupportedClaimsWithTranslations() throws ServerException { method in class:AgentOAuth2ProviderSettings
H A DRealmOAuth2ProviderSettings.java532 public Set<String> getSupportedClaimsWithTranslations() throws ServerException { method in class:RealmOAuth2ProviderSettings
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java331 return getTranslations(locale, clientClaims, providerSettings.getSupportedClaimsWithTranslations());
H A DOpenAMOAuth2ProviderSettings.java635 public Set<String> getSupportedClaimsWithTranslations() throws ServerException { method in class:OpenAMOAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java303 return getTranslations(locale, clientClaims, providerSettings.getSupportedClaimsWithTranslations());

Completed in 33 milliseconds