Searched defs:allowedScopes (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java429 final SortedSet<AllowedSearchScopes> allowedScopes,
442 return Collections.unmodifiableSortedSet(allowedScopes);
428 testAllowedSearchScopes( final SortedSet<AllowedSearchScopes> allowedScopes, SearchScope searchScope, boolean success) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java428 final SortedSet<AllowedSearchScopes> allowedScopes,
441 return Collections.unmodifiableSortedSet(allowedScopes);
427 testAllowedSearchScopes( final SortedSet<AllowedSearchScopes> allowedScopes, SearchScope searchScope, boolean success) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java429 final SortedSet<AllowedSearchScopes> allowedScopes,
442 return Collections.unmodifiableSortedSet(allowedScopes);
428 testAllowedSearchScopes( final SortedSet<AllowedSearchScopes> allowedScopes, SearchScope searchScope, boolean success) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java428 final SortedSet<AllowedSearchScopes> allowedScopes,
441 return Collections.unmodifiableSortedSet(allowedScopes);
427 testAllowedSearchScopes( final SortedSet<AllowedSearchScopes> allowedScopes, SearchScope searchScope, boolean success) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java429 final SortedSet<AllowedSearchScopes> allowedScopes,
442 return Collections.unmodifiableSortedSet(allowedScopes);
428 testAllowedSearchScopes( final SortedSet<AllowedSearchScopes> allowedScopes, SearchScope searchScope, boolean success) argument
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/provider/impl/
H A DScopeImpl.java144 Set<String> allowedScopes) throws InvalidScopeException, ServerException {
150 scopes = new HashSet<String>(allowedScopes);
155 invalidScopes.removeAll(allowedScopes);
143 selectValidScopes(Set<String> requestedScopes, Set<String> defaultScopes, Set<String> allowedScopes) argument
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java171 Set<String> allowedScopes, OAuth2Request request) throws InvalidScopeException, ServerException {
177 scopes = new HashSet<String>(allowedScopes);
181 invalidScopes.removeAll(allowedScopes);
170 validateScopes(Set<String> requestedScopes, Set<String> defaultScopes, Set<String> allowedScopes, OAuth2Request request) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMScopeValidator.java177 Set<String> allowedScopes, OAuth2Request request) throws InvalidScopeException, ServerException {
183 scopes = new HashSet<String>(allowedScopes);
187 invalidScopes.removeAll(allowedScopes);
176 validateScopes(Set<String> requestedScopes, Set<String> defaultScopes, Set<String> allowedScopes, OAuth2Request request) argument

Completed in 31 milliseconds