Searched defs:rule (Results 1 - 25 of 220) sorted by relevance

123456789

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DAlphaValidator.java37 * alphabeticvalidated and optional rule to validate function. The function
50 * @param rule
54 public boolean validate(String value, String rule) { argument
H A DBooleanValidator.java42 * @param rule
46 public boolean validate(String value, String rule) { argument
48 return (value.equalsIgnoreCase(rule));
H A DDNValidator.java46 * @param rule
50 public boolean validate(String value, String rule) { argument
H A DFloatValidator.java43 * @param rule
47 public boolean validate(String value, String rule) { argument
H A DNumberValidator.java42 * @param rule
46 public boolean validate(String value, String rule) { argument
H A DURLValidator.java41 * @param rule
45 public boolean validate(String value, String rule) { argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DAlphaValidator.java37 * alphabeticvalidated and optional rule to validate function. The function
50 * @param rule
54 public boolean validate(String value, String rule) { argument
H A DBooleanValidator.java42 * @param rule
46 public boolean validate(String value, String rule) { argument
48 return (value.equalsIgnoreCase(rule));
H A DDNValidator.java46 * @param rule
50 public boolean validate(String value, String rule) { argument
H A DFloatValidator.java43 * @param rule
47 public boolean validate(String value, String rule) { argument
H A DNumberValidator.java42 * @param rule
46 public boolean validate(String value, String rule) { argument
H A DURLValidator.java41 * @param rule
45 public boolean validate(String value, String rule) { argument
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java99 VirtualAttributeRule rule)
154 public boolean isSearchable(VirtualAttributeRule rule, argument
167 public void processSearch(VirtualAttributeRule rule, argument
174 rule.getAttributeType().getNameOrOID());
98 getValues(Entry entry, VirtualAttributeRule rule) argument
H A DPasswordPolicySubentryVirtualAttributeProvider.java107 VirtualAttributeRule rule)
172 public boolean isSearchable(VirtualAttributeRule rule, argument
185 public void processSearch(VirtualAttributeRule rule, argument
192 rule.getAttributeType().getNameOrOID());
106 getValues(Entry entry, VirtualAttributeRule rule) argument
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java75 VirtualAttributeRule rule)
123 public boolean isSearchable(VirtualAttributeRule rule, argument
132 public void processSearch(VirtualAttributeRule rule, argument
139 rule.getAttributeType().getNameOrOID());
74 getValues(Entry entry, VirtualAttributeRule rule) argument
H A DPasswordExpirationTimeVirtualAttributeProvider.java78 VirtualAttributeRule rule)
102 public boolean isSearchable(VirtualAttributeRule rule, argument
111 public void processSearch(VirtualAttributeRule rule, argument
118 rule.getAttributeType().getNameOrOID());
124 public boolean hasValue(Entry entry, VirtualAttributeRule rule) argument
77 getValues(Entry entry, VirtualAttributeRule rule) argument
H A DPasswordPolicySubentryVirtualAttributeProvider.java83 VirtualAttributeRule rule)
144 public boolean isSearchable(VirtualAttributeRule rule, argument
153 public void processSearch(VirtualAttributeRule rule, argument
160 rule.getAttributeType().getNameOrOID());
82 getValues(Entry entry, VirtualAttributeRule rule) argument
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DChangelogBaseDNVirtualAttributeProvider.java78 public Set<AttributeValue> getValues(Entry entry,VirtualAttributeRule rule) argument
85 public boolean isSearchable(VirtualAttributeRule rule, argument
95 public void processSearch(VirtualAttributeRule rule, argument
100 rule.getAttributeType().getNameOrOID());
/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/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DVirtualAttributeRuleTestCase.java83 * whether the rule would apply to a minimal "o=test" entry.
250 * Tests the various getter methods in the virtual attribute rule class.
252 * @param rule The rule for which to perform the test.
253 * @param appliesToEntry Indicates whether the provided rule applies to a
257 public void testGetters(VirtualAttributeRule rule, boolean appliesToEntry) argument
259 assertEquals(rule.getAttributeType(), entryDNType);
260 assertEquals(rule.getProvider().getClass().getName(),
262 assertNotNull(rule.getBaseDNs());
263 assertNotNull(rule
280 testAppliesToEntry(VirtualAttributeRule rule, boolean appliesToEntry) argument
302 testToString(VirtualAttributeRule rule, boolean appliesToEntry) argument
[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/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DVirtualAttributeRuleTestCase.java82 * whether the rule would apply to a minimal "o=test" entry.
249 * Tests the various getter methods in the virtual attribute rule class.
251 * @param rule The rule for which to perform the test.
252 * @param appliesToEntry Indicates whether the provided rule applies to a
256 public void testGetters(VirtualAttributeRule rule, boolean appliesToEntry) argument
258 assertEquals(rule.getAttributeType(), entryDNType);
259 assertEquals(rule.getProvider().getClass().getName(),
261 assertNotNull(rule.getBaseDNs());
262 assertNotNull(rule
279 testAppliesToEntry(VirtualAttributeRule rule, boolean appliesToEntry) argument
301 testToString(VirtualAttributeRule rule, boolean appliesToEntry) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DCollectiveAttributeSubentriesVirtualAttributeProvider.java99 VirtualAttributeRule rule)
154 public boolean isSearchable(VirtualAttributeRule rule, argument
167 public void processSearch(VirtualAttributeRule rule, argument
174 rule.getAttributeType().getNameOrOID());
98 getValues(Entry entry, VirtualAttributeRule rule) argument
H A DPasswordPolicySubentryVirtualAttributeProvider.java107 VirtualAttributeRule rule)
172 public boolean isSearchable(VirtualAttributeRule rule, argument
185 public void processSearch(VirtualAttributeRule rule, argument
192 rule.getAttributeType().getNameOrOID());
106 getValues(Entry entry, VirtualAttributeRule rule) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DVirtualAttributeRuleTestCase.java83 * whether the rule would apply to a minimal "o=test" entry.
250 * Tests the various getter methods in the virtual attribute rule class.
252 * @param rule The rule for which to perform the test.
253 * @param appliesToEntry Indicates whether the provided rule applies to a
257 public void testGetters(VirtualAttributeRule rule, boolean appliesToEntry) argument
259 assertEquals(rule.getAttributeType(), entryDNType);
260 assertEquals(rule.getProvider().getClass().getName(),
262 assertNotNull(rule.getBaseDNs());
263 assertNotNull(rule
280 testAppliesToEntry(VirtualAttributeRule rule, boolean appliesToEntry) argument
302 testToString(VirtualAttributeRule rule, boolean appliesToEntry) argument
[all...]

Completed in 72 milliseconds

123456789