Searched defs:prohibitedAttributes (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java93 private Set<String> prohibitedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
236 if (!prohibitedAttributes.isEmpty())
238 // The attributes specified in prohibitedAttributes are not OK
304 if (!prohibitedAttributes.isEmpty())
307 !prohibitedAttributes.contains(compareOp
520 return prohibitedAttributes.contains(filter.getAttributeType());
585 this.prohibitedAttributes =
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java92 private Set<String> prohibitedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
235 if (!prohibitedAttributes.isEmpty())
237 // The attributes specified in prohibitedAttributes are not OK
303 if (!prohibitedAttributes.isEmpty())
306 !prohibitedAttributes.contains(compareOp
519 return prohibitedAttributes.contains(filter.getAttributeType());
584 this.prohibitedAttributes =
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java392 final SortedSet<String> prohibitedAttributes,
405 return Collections.unmodifiableSortedSet(prohibitedAttributes);
391 testProhibitedAttributes( final SortedSet<String> prohibitedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java391 final SortedSet<String> prohibitedAttributes,
404 return Collections.unmodifiableSortedSet(prohibitedAttributes);
390 testProhibitedAttributes( final SortedSet<String> prohibitedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java93 private Set<String> prohibitedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
236 if (!prohibitedAttributes.isEmpty())
238 // The attributes specified in prohibitedAttributes are not OK
304 if (!prohibitedAttributes.isEmpty())
307 !prohibitedAttributes.contains(compareOp
520 return prohibitedAttributes.contains(filter.getAttributeType());
585 this.prohibitedAttributes =
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java392 final SortedSet<String> prohibitedAttributes,
405 return Collections.unmodifiableSortedSet(prohibitedAttributes);
391 testProhibitedAttributes( final SortedSet<String> prohibitedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java391 final SortedSet<String> prohibitedAttributes,
404 return Collections.unmodifiableSortedSet(prohibitedAttributes);
390 testProhibitedAttributes( final SortedSet<String> prohibitedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyTest.java392 final SortedSet<String> prohibitedAttributes,
405 return Collections.unmodifiableSortedSet(prohibitedAttributes);
391 testProhibitedAttributes( final SortedSet<String> prohibitedAttributes, String searchFilter, boolean success) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java93 private Set<String> prohibitedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
236 if (!prohibitedAttributes.isEmpty())
238 // The attributes specified in prohibitedAttributes are not OK
304 if (!prohibitedAttributes.isEmpty())
307 !prohibitedAttributes.contains(compareOp
520 return prohibitedAttributes.contains(filter.getAttributeType());
585 this.prohibitedAttributes =
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DRequestFilteringPolicyFactory.java92 private Set<String> prohibitedAttributes = null; field in class:RequestFilteringPolicyFactory.Policy
235 if (!prohibitedAttributes.isEmpty())
237 // The attributes specified in prohibitedAttributes are not OK
303 if (!prohibitedAttributes.isEmpty())
306 !prohibitedAttributes.contains(compareOp
519 return prohibitedAttributes.contains(filter.getAttributeType());
584 this.prohibitedAttributes =
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDITContentRule.java86 private final Set<AttributeType> prohibitedAttributes; field in class:DITContentRule
119 * @param prohibitedAttributes The set of prohibited attribute
132 Set<AttributeType> prohibitedAttributes,
205 if (prohibitedAttributes == null || prohibitedAttributes.isEmpty())
207 this.prohibitedAttributes = new LinkedHashSet<>(0);
211 this.prohibitedAttributes = new LinkedHashSet<>(prohibitedAttributes);
397 return prohibitedAttributes;
126 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDITContentRule.java91 private final Set<AttributeType> prohibitedAttributes; field in class:DITContentRule
124 * @param prohibitedAttributes The set of prohibited attribute
137 Set<AttributeType> prohibitedAttributes,
216 if ((prohibitedAttributes == null) ||
217 prohibitedAttributes.isEmpty())
219 this.prohibitedAttributes = new LinkedHashSet<AttributeType>(0);
223 this.prohibitedAttributes =
224 new LinkedHashSet<AttributeType>(prohibitedAttributes);
541 return prohibitedAttributes;
559 return prohibitedAttributes
131 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDITContentRule.java90 private final Set<AttributeType> prohibitedAttributes; field in class:DITContentRule
123 * @param prohibitedAttributes The set of prohibited attribute
136 Set<AttributeType> prohibitedAttributes,
215 if ((prohibitedAttributes == null) ||
216 prohibitedAttributes.isEmpty())
218 this.prohibitedAttributes = new LinkedHashSet<AttributeType>(0);
222 this.prohibitedAttributes =
223 new LinkedHashSet<AttributeType>(prohibitedAttributes);
540 return prohibitedAttributes;
558 return prohibitedAttributes
130 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDITContentRule.java91 private final Set<AttributeType> prohibitedAttributes; field in class:DITContentRule
124 * @param prohibitedAttributes The set of prohibited attribute
137 Set<AttributeType> prohibitedAttributes,
216 if ((prohibitedAttributes == null) ||
217 prohibitedAttributes.isEmpty())
219 this.prohibitedAttributes = new LinkedHashSet<AttributeType>(0);
223 this.prohibitedAttributes =
224 new LinkedHashSet<AttributeType>(prohibitedAttributes);
541 return prohibitedAttributes;
559 return prohibitedAttributes
131 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDITContentRule.java91 private final Set<AttributeType> prohibitedAttributes; field in class:DITContentRule
124 * @param prohibitedAttributes The set of prohibited attribute
137 Set<AttributeType> prohibitedAttributes,
216 if ((prohibitedAttributes == null) ||
217 prohibitedAttributes.isEmpty())
219 this.prohibitedAttributes = new LinkedHashSet<AttributeType>(0);
223 this.prohibitedAttributes =
224 new LinkedHashSet<AttributeType>(prohibitedAttributes);
541 return prohibitedAttributes;
559 return prohibitedAttributes
131 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDITContentRule.java90 private final Set<AttributeType> prohibitedAttributes; field in class:DITContentRule
123 * @param prohibitedAttributes The set of prohibited attribute
136 Set<AttributeType> prohibitedAttributes,
215 if ((prohibitedAttributes == null) ||
216 prohibitedAttributes.isEmpty())
218 this.prohibitedAttributes = new LinkedHashSet<AttributeType>(0);
222 this.prohibitedAttributes =
223 new LinkedHashSet<AttributeType>(prohibitedAttributes);
540 return prohibitedAttributes;
558 return prohibitedAttributes
130 DITContentRule(String definition, ObjectClass structuralClass, Map<String,String> names, String description, Set<ObjectClass> auxiliaryClasses, Set<AttributeType> requiredAttributes, Set<AttributeType> optionalAttributes, Set<AttributeType> prohibitedAttributes, boolean isObsolete, Map<String,List<String>> extraProperties) argument
[all...]

Completed in 129 milliseconds