Package | Description |
---|---|
org.ldaptive.schema | |
org.ldaptive.schema.io |
Modifier and Type | Field and Description |
---|---|
private Collection<MatchingRuleUse> |
Schema.matchingRuleUses
Matching rule uses.
|
Modifier and Type | Method and Description |
---|---|
MatchingRuleUse |
Schema.getMatchingRuleUse(String name)
Returns the matching rule use with the supplied OID or name.
|
static MatchingRuleUse |
MatchingRuleUse.parse(String definition)
Parses the supplied definition string and creates an initialized matching rule use.
|
Modifier and Type | Method and Description |
---|---|
Collection<MatchingRuleUse> |
Schema.getMatchingRuleUses()
Returns the matching rule uses.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setMatchingRuleUses(Collection<MatchingRuleUse> c)
Sets the matching rule uses.
|
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 |
---|---|
MatchingRuleUse |
MatchingRuleUseValueTranscoder.decodeStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Class<MatchingRuleUse> |
MatchingRuleUseValueTranscoder.getType() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.