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