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

/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DOpenIDConnectProviderConfiguration.java75 if (!providerSettings.exists() || providerSettings.getSupportedScopes() == null ||
76 !providerSettings.getSupportedScopes().contains("openid")) {
91 configuration.put("scopes_supported", providerSettings.getSupportedScopes());
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java263 Set<String> getSupportedScopes() throws ServerException; method in interface:OAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2ProviderSettings.java308 Set<String> getSupportedScopes() throws ServerException; method in interface:OAuth2ProviderSettings
H A DAgentOAuth2ProviderSettings.java202 public Set<String> getSupportedScopes() throws ServerException { method in class:AgentOAuth2ProviderSettings
208 return getSupportedScopes();
H A DRealmOAuth2ProviderSettings.java537 public Set<String> getSupportedScopes() throws ServerException { method in class:RealmOAuth2ProviderSettings
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DOpenIDConnectProviderConfiguration.java90 configuration.put("scopes_supported", providerSettings.getSupportedScopes());
H A DOpenIdConnectClientRegistrationService.java268 if (!containsAllCaseInsensitive(providerSettings.getSupportedScopes(), scopes)) {
287 if (containsAllCaseInsensitive(providerSettings.getSupportedScopes(), defaultScopes)) {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/openidconnect/
H A DOpenAMOpenIdConnectClientRegistrationService.java260 if (!containsAllCaseInsensitive(providerSettings.getSupportedScopes(), scopes)) {
279 if (containsAllCaseInsensitive(providerSettings.getSupportedScopes(), defaultScopes)) {
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMOAuth2ProviderSettings.java642 public Set<String> getSupportedScopes() throws ServerException { method in class:OpenAMOAuth2ProviderSettings

Completed in 42 milliseconds