| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/ |
| H A D | AlphaValidator.java | 37 * alphabeticvalidated and optional rule to validate function. The function 50 * @param rule 54 public boolean validate(String value, String rule) { argument
|
| H A D | BooleanValidator.java | 42 * @param rule 46 public boolean validate(String value, String rule) { argument 48 return (value.equalsIgnoreCase(rule));
|
| H A D | DNValidator.java | 46 * @param rule 50 public boolean validate(String value, String rule) { argument
|
| H A D | FloatValidator.java | 43 * @param rule 47 public boolean validate(String value, String rule) { argument
|
| H A D | NumberValidator.java | 42 * @param rule 46 public boolean validate(String value, String rule) { argument
|
| H A D | URLValidator.java | 41 * @param rule 45 public boolean validate(String value, String rule) { argument
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/ |
| H A D | AlphaValidator.java | 37 * alphabeticvalidated and optional rule to validate function. The function 50 * @param rule 54 public boolean validate(String value, String rule) { argument
|
| H A D | BooleanValidator.java | 42 * @param rule 46 public boolean validate(String value, String rule) { argument 48 return (value.equalsIgnoreCase(rule));
|
| H A D | DNValidator.java | 46 * @param rule 50 public boolean validate(String value, String rule) { argument
|
| H A D | FloatValidator.java | 43 * @param rule 47 public boolean validate(String value, String rule) { argument
|
| H A D | NumberValidator.java | 42 * @param rule 46 public boolean validate(String value, String rule) { argument
|
| H A D | URLValidator.java | 41 * @param rule 45 public boolean validate(String value, String rule) { argument
|
| /forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
| H A D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 99 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 D | PasswordPolicySubentryVirtualAttributeProvider.java | 107 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 D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 75 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 D | PasswordExpirationTimeVirtualAttributeProvider.java | 78 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 D | PasswordPolicySubentryVirtualAttributeProvider.java | 83 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 D | ChangelogBaseDNVirtualAttributeProvider.java | 78 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 D | MatchingRuleTreeNode.java | 33 * 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 D | VirtualAttributeRuleTestCase.java | 83 * 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 D | MatchingRuleTreeNode.java | 32 * 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 D | VirtualAttributeRuleTestCase.java | 82 * 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 D | CollectiveAttributeSubentriesVirtualAttributeProvider.java | 99 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 D | PasswordPolicySubentryVirtualAttributeProvider.java | 107 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 D | VirtualAttributeRuleTestCase.java | 83 * 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...] |