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