| Package | Description |
|---|---|
| org.ldaptive.schema | |
| org.ldaptive.schema.io |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<MatchingRule> |
Schema.matchingRules
Matching rules.
|
| Modifier and Type | Method and Description |
|---|---|
MatchingRule |
Schema.getMatchingRule(java.lang.String name)
Returns the matching rule with the supplied OID or name.
|
static MatchingRule |
MatchingRule.parse(java.lang.String definition)
Parses the supplied definition string and creates an initialized matching rule.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MatchingRule> |
Schema.getMatchingRules()
Returns the matching rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setMatchingRules(java.util.Collection<MatchingRule> c)
Sets the matching rules.
|
| Constructor and Description |
|---|
Schema(java.util.Collection<AttributeType> attributeTypes,
java.util.Collection<DITContentRule> ditContentRules,
java.util.Collection<DITStructureRule> ditStructureRules,
java.util.Collection<Syntax> syntaxes,
java.util.Collection<MatchingRule> matchingRules,
java.util.Collection<MatchingRuleUse> matchingRuleUses,
java.util.Collection<NameForm> nameForms,
java.util.Collection<ObjectClass> objectClasses)
Creates a new schema.
|
| Modifier and Type | Method and Description |
|---|---|
MatchingRule |
MatchingRuleValueTranscoder.decodeStringValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<MatchingRule> |
MatchingRuleValueTranscoder.getType() |