|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchingRule | |
org.apache.directory.shared.ldap.schema | Contains interfaces and base classes for representing the LDAP schema domain model. |
Uses of MatchingRule in org.apache.directory.shared.ldap.schema |
Classes in org.apache.directory.shared.ldap.schema that implement MatchingRule | |
class |
AbstractMatchingRule
The default MatchingRule implementation. |
Methods in org.apache.directory.shared.ldap.schema that return MatchingRule | |
MatchingRule |
MatchingRuleUse.getMatchingRule()
Gets the matchingRule this MatchingRuleUse definition applies to. |
MatchingRule |
AttributeType.getEquality()
Gets the MatchingRule for this AttributeType used for equality matching. |
MatchingRule |
AttributeType.getOrdering()
Gets the MatchingRule for this AttributeType used for ordering. |
MatchingRule |
AttributeType.getSubstr()
Gets the MatchingRule for this AttributeType used for substring matching. |
Methods in org.apache.directory.shared.ldap.schema with parameters of type MatchingRule | |
static java.lang.StringBuffer |
SchemaUtils.render(MatchingRule mr)
Renders an matchingRule into a new StringBuffer according to the MatchingRule Description Syntax 1.3.6.1.4.1.1466.115.121.1.30. |
static java.lang.String |
DescriptionUtils.getDescription(MatchingRule matchingRule)
Generates the MatchingRuleDescription for a MatchingRule as defined by the syntax: 1.3.6.1.4.1.1466.115.121.1.30. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |