Searched defs:getClaimsParameterSupported (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java377 boolean getClaimsParameterSupported() throws ServerException; method in interface:OAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAgentOAuth2ProviderSettings.java292 public boolean getClaimsParameterSupported() throws ServerException { method in class:AgentOAuth2ProviderSettings
H A DOAuth2ProviderSettings.java441 boolean getClaimsParameterSupported() throws ServerException; method in interface:OAuth2ProviderSettings
H A DRealmOAuth2ProviderSettings.java795 public boolean getClaimsParameterSupported() throws ServerException { method in class:RealmOAuth2ProviderSettings
811 if (!getClaimsParameterSupported()) {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java702 public boolean getClaimsParameterSupported() throws ServerException { method in class:OpenAMOAuth2ProviderSettings
718 if (!getClaimsParameterSupported()) {

Completed in 88 milliseconds