Searched defs:allowedAttributes (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java81 private Set<String> allowedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
250 if (!allowedAttributes.isEmpty())
252 // Only the attributes specified in allowedAttributes are OK
318 if (!allowedAttributes.isEmpty())
321 allowedAttributes.contains(compareOp
483 return allowedAttributes.contains(filter.getAttributeType());
584 this.allowedAttributes = configuration.getAllowedAttributes();
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java80 private Set<String> allowedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
249 if (!allowedAttributes.isEmpty())
251 // Only the attributes specified in allowedAttributes are OK
317 if (!allowedAttributes.isEmpty())
320 allowedAttributes.contains(compareOp
482 return allowedAttributes.contains(filter.getAttributeType());
583 this.allowedAttributes = configuration.getAllowedAttributes();
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java355 final SortedSet<String> allowedAttributes,
368 return Collections.unmodifiableSortedSet(allowedAttributes);
354 testAllowedAttributes( final SortedSet<String> allowedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java354 final SortedSet<String> allowedAttributes,
367 return Collections.unmodifiableSortedSet(allowedAttributes);
353 testAllowedAttributes( final SortedSet<String> allowedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java81 private Set<String> allowedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
250 if (!allowedAttributes.isEmpty())
252 // Only the attributes specified in allowedAttributes are OK
318 if (!allowedAttributes.isEmpty())
321 allowedAttributes.contains(compareOp
483 return allowedAttributes.contains(filter.getAttributeType());
584 this.allowedAttributes = configuration.getAllowedAttributes();
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java355 final SortedSet<String> allowedAttributes,
368 return Collections.unmodifiableSortedSet(allowedAttributes);
354 testAllowedAttributes( final SortedSet<String> allowedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java354 final SortedSet<String> allowedAttributes,
367 return Collections.unmodifiableSortedSet(allowedAttributes);
353 testAllowedAttributes( final SortedSet<String> allowedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java355 final SortedSet<String> allowedAttributes,
368 return Collections.unmodifiableSortedSet(allowedAttributes);
354 testAllowedAttributes( final SortedSet<String> allowedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java81 private Set<String> allowedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
250 if (!allowedAttributes.isEmpty())
252 // Only the attributes specified in allowedAttributes are OK
318 if (!allowedAttributes.isEmpty())
321 allowedAttributes.contains(compareOp
483 return allowedAttributes.contains(filter.getAttributeType());
584 this.allowedAttributes = configuration.getAllowedAttributes();
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java80 private Set<String> allowedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
249 if (!allowedAttributes.isEmpty())
251 // Only the attributes specified in allowedAttributes are OK
317 if (!allowedAttributes.isEmpty())
320 allowedAttributes.contains(compareOp
482 return allowedAttributes.contains(filter.getAttributeType());
583 this.allowedAttributes = configuration.getAllowedAttributes();

Completed in 126 milliseconds