Searched refs:rule (Results 1 - 25 of 402) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java33 * Class of the nodes that represent a matching rule in the 'Manage Schema'
40 private MatchingRule rule; field in class:MatchingRuleTreeNode
45 * @param rule the matching rule associated with the node.
47 public MatchingRuleTreeNode(String name, MatchingRule rule) argument
49 super(name, rule);
50 this.rule = rule;
54 * Returns the matching rule definition represented by this node.
55 * @return the matching rule definitio
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java32 * Class of the nodes that represent a matching rule in the 'Manage Schema'
39 private MatchingRule rule; field in class:MatchingRuleTreeNode
44 * @param rule the matching rule associated with the node.
46 public MatchingRuleTreeNode(String name, MatchingRule rule) argument
48 super(name, rule);
49 this.rule = rule;
53 * Returns the matching rule definition represented by this node.
54 * @return the matching rule definitio
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java33 * Class of the nodes that represent a matching rule in the 'Manage Schema'
40 private MatchingRule rule; field in class:MatchingRuleTreeNode
45 * @param rule the matching rule associated with the node.
47 public MatchingRuleTreeNode(String name, MatchingRule rule) argument
49 super(name, rule);
50 this.rule = rule;
54 * Returns the matching rule definition represented by this node.
55 * @return the matching rule definitio
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java32 * Class of the nodes that represent a matching rule in the 'Manage Schema'
39 private MatchingRule rule; field in class:MatchingRuleTreeNode
44 * @param rule the matching rule associated with the node.
46 public MatchingRuleTreeNode(String name, MatchingRule rule) argument
48 super(name, rule);
49 this.rule = rule;
53 * Returns the matching rule definition represented by this node.
54 * @return the matching rule definitio
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java33 * Class of the nodes that represent a matching rule in the 'Manage Schema'
40 private MatchingRule rule; field in class:MatchingRuleTreeNode
45 * @param rule the matching rule associated with the node.
47 public MatchingRuleTreeNode(String name, MatchingRule rule) argument
49 super(name, rule);
50 this.rule = rule;
54 * Returns the matching rule definition represented by this node.
55 * @return the matching rule definitio
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DMatchingRuleTreeNode.java33 * Class of the nodes that represent a matching rule in the 'Manage Schema'
40 private MatchingRule rule; field in class:MatchingRuleTreeNode
45 * @param rule the matching rule associated with the node.
47 public MatchingRuleTreeNode(String name, MatchingRule rule) argument
49 super(name, rule);
50 this.rule = rule;
54 * Returns the matching rule definition represented by this node.
55 * @return the matching rule definitio
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DVirtualAttribute.java66 // The virtual attribute rule for this virtual attribute.
67 private final VirtualAttributeRule rule; field in class:VirtualAttribute
78 * @param rule
79 * The virtual attribute rule that governs the behavior of
83 VirtualAttributeRule rule)
87 this.rule = rule;
88 this.provider = rule.getProvider();
98 return provider.approximatelyEqualTo(entry, rule, value);
108 return provider.hasValue(entry, rule, valu
82 VirtualAttribute(AttributeType attributeType, Entry entry, VirtualAttributeRule rule) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DVirtualAttribute.java65 // The virtual attribute rule for this virtual attribute.
66 private final VirtualAttributeRule rule; field in class:VirtualAttribute
77 * @param rule
78 * The virtual attribute rule that governs the behavior of
82 VirtualAttributeRule rule)
86 this.rule = rule;
87 this.provider = rule.getProvider();
97 return provider.approximatelyEqualTo(entry, rule, value);
107 return provider.hasValue(entry, rule, valu
81 VirtualAttribute(AttributeType attributeType, Entry entry, VirtualAttributeRule rule) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DVirtualAttribute.java66 // The virtual attribute rule for this virtual attribute.
67 private final VirtualAttributeRule rule; field in class:VirtualAttribute
78 * @param rule
79 * The virtual attribute rule that governs the behavior of
83 VirtualAttributeRule rule)
87 this.rule = rule;
88 this.provider = rule.getProvider();
98 return provider.approximatelyEqualTo(entry, rule, value);
108 return provider.hasValue(entry, rule, valu
82 VirtualAttribute(AttributeType attributeType, Entry entry, VirtualAttributeRule rule) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DVirtualAttribute.java66 // The virtual attribute rule for this virtual attribute.
67 private final VirtualAttributeRule rule; field in class:VirtualAttribute
78 * @param rule
79 * The virtual attribute rule that governs the behavior of
83 VirtualAttributeRule rule)
87 this.rule = rule;
88 this.provider = rule.getProvider();
98 return provider.approximatelyEqualTo(entry, rule, value);
108 return provider.hasValue(entry, rule, valu
82 VirtualAttribute(AttributeType attributeType, Entry entry, VirtualAttributeRule rule) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DVirtualAttribute.java65 // The virtual attribute rule for this virtual attribute.
66 private final VirtualAttributeRule rule; field in class:VirtualAttribute
77 * @param rule
78 * The virtual attribute rule that governs the behavior of
82 VirtualAttributeRule rule)
86 this.rule = rule;
87 this.provider = rule.getProvider();
97 return provider.approximatelyEqualTo(entry, rule, value);
107 return provider.hasValue(entry, rule, valu
81 VirtualAttribute(AttributeType attributeType, Entry entry, VirtualAttributeRule rule) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DSubstringMatchingRuleTest.java72 * Get an instance of the matching rule.
74 * @return An instance of the matching rule to test.
85 SubstringMatchingRule rule = getRule();
89 rule.normalizeValue(ByteString.valueOf(value));
99 rule.normalizeSubstring(ByteString.valueOf(middleSubs[i])));
103 rule.valueMatchesSubstring(normalizedValue, null, middleList, null);
107 fail("middle substring matching rule " + rule +
120 SubstringMatchingRule rule = getRule();
124 rule
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DSubstringMatchingRuleTest.java71 * Get an instance of the matching rule.
73 * @return An instance of the matching rule to test.
84 SubstringMatchingRule rule = getRule();
88 rule.normalizeValue(ByteString.valueOf(value));
98 rule.normalizeSubstring(ByteString.valueOf(middleSubs[i])));
102 rule.valueMatchesSubstring(normalizedValue, null, middleList, null);
106 fail("middle substring matching rule " + rule +
119 SubstringMatchingRule rule = getRule();
123 rule
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DSubstringMatchingRuleTest.java72 * Get an instance of the matching rule.
74 * @return An instance of the matching rule to test.
85 SubstringMatchingRule rule = getRule();
89 rule.normalizeValue(ByteString.valueOf(value));
99 rule.normalizeSubstring(ByteString.valueOf(middleSubs[i])));
103 rule.valueMatchesSubstring(normalizedValue, null, middleList, null);
107 fail("middle substring matching rule " + rule +
120 SubstringMatchingRule rule = getRule();
124 rule
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DSubstringMatchingRuleTest.java71 * Get an instance of the matching rule.
73 * @return An instance of the matching rule to test.
84 SubstringMatchingRule rule = getRule();
88 rule.normalizeValue(ByteString.valueOf(value));
98 rule.normalizeSubstring(ByteString.valueOf(middleSubs[i])));
102 rule.valueMatchesSubstring(normalizedValue, null, middleList, null);
106 fail("middle substring matching rule " + rule +
119 SubstringMatchingRule rule = getRule();
123 rule
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DSubstringMatchingRuleTest.java72 * Get an instance of the matching rule.
74 * @return An instance of the matching rule to test.
85 SubstringMatchingRule rule = getRule();
89 rule.normalizeValue(ByteString.valueOf(value));
99 rule.normalizeSubstring(ByteString.valueOf(middleSubs[i])));
103 rule.valueMatchesSubstring(normalizedValue, null, middleList, null);
107 fail("middle substring matching rule " + rule +
120 SubstringMatchingRule rule = getRule();
124 rule
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DBooleanValidator.java42 * @param rule
46 public boolean validate(String value, String rule) { argument
48 return (value.equalsIgnoreCase(rule));
H A DValidationElement.java34 * Represents a validator/rule pair. A validator/rule pair is required to
46 * Construct an validator rule pair object Initialises the ValidationElement
47 * object with validator and rule
51 * @param rule
52 * rule applies to the validator
54 public ValidationElement(String validator, String rule) { argument
56 _rule = rule;
69 * Returns a rule
71 * @return returns a rule
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DBooleanValidator.java42 * @param rule
46 public boolean validate(String value, String rule) { argument
48 return (value.equalsIgnoreCase(rule));
H A DValidationElement.java34 * Represents a validator/rule pair. A validator/rule pair is required to
46 * Construct an validator rule pair object Initialises the ValidationElement
47 * object with validator and rule
51 * @param rule
52 * rule applies to the validator
54 public ValidationElement(String validator, String rule) { argument
56 _rule = rule;
69 * Returns a rule
71 * @return returns a rule
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java98 VirtualAttributeRule rule)
101 AttributeValues.create(rule.getAttributeType(),
112 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
125 VirtualAttributeRule rule,
141 VirtualAttributeRule rule,
155 VirtualAttributeRule rule,
169 VirtualAttributeRule rule,
182 public boolean isSearchable(VirtualAttributeRule rule, argument
197 public void processSearch(VirtualAttributeRule rule, argument
203 rule
97 getValues(Entry entry, VirtualAttributeRule rule) argument
124 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
140 greaterThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
154 lessThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
168 approximatelyEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java71 VirtualAttributeRule rule)
74 AttributeValues.create(rule.getAttributeType(),
81 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
90 VirtualAttributeRule rule,
102 VirtualAttributeRule rule,
112 VirtualAttributeRule rule,
122 VirtualAttributeRule rule,
131 public boolean isSearchable(VirtualAttributeRule rule, argument
142 public void processSearch(VirtualAttributeRule rule, argument
148 rule
70 getValues(Entry entry, VirtualAttributeRule rule) argument
89 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
101 greaterThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
111 lessThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
121 approximatelyEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java98 VirtualAttributeRule rule)
101 AttributeValues.create(rule.getAttributeType(),
112 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
125 VirtualAttributeRule rule,
141 VirtualAttributeRule rule,
155 VirtualAttributeRule rule,
169 VirtualAttributeRule rule,
182 public boolean isSearchable(VirtualAttributeRule rule, argument
197 public void processSearch(VirtualAttributeRule rule, argument
203 rule
97 getValues(Entry entry, VirtualAttributeRule rule) argument
124 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
140 greaterThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
154 lessThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
168 approximatelyEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java98 VirtualAttributeRule rule)
101 AttributeValues.create(rule.getAttributeType(),
112 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
125 VirtualAttributeRule rule,
141 VirtualAttributeRule rule,
155 VirtualAttributeRule rule,
169 VirtualAttributeRule rule,
182 public boolean isSearchable(VirtualAttributeRule rule, argument
197 public void processSearch(VirtualAttributeRule rule, argument
203 rule
97 getValues(Entry entry, VirtualAttributeRule rule) argument
124 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
140 greaterThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
154 lessThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
168 approximatelyEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DStructuralObjectClassVirtualAttributeProvider.java71 VirtualAttributeRule rule)
74 AttributeValues.create(rule.getAttributeType(),
81 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
90 VirtualAttributeRule rule,
102 VirtualAttributeRule rule,
112 VirtualAttributeRule rule,
122 VirtualAttributeRule rule,
131 public boolean isSearchable(VirtualAttributeRule rule, argument
142 public void processSearch(VirtualAttributeRule rule, argument
148 rule
70 getValues(Entry entry, VirtualAttributeRule rule) argument
89 matchesSubstring(Entry entry, VirtualAttributeRule rule, ByteString subInitial, List<ByteString> subAny, ByteString subFinal) argument
101 greaterThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
111 lessThanOrEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
121 approximatelyEqualTo(Entry entry, VirtualAttributeRule rule, AttributeValue value) argument
[all...]

Completed in 57 milliseconds

1234567891011>>