Package | Description |
---|---|
org.ldaptive.schema | |
org.ldaptive.schema.io |
Modifier and Type | Field and Description |
---|---|
private Collection<DITStructureRule> |
Schema.ditStructureRules
DIT structure rules.
|
Modifier and Type | Method and Description |
---|---|
DITStructureRule |
Schema.getDITStructureRule(int id)
Returns the DIT structure rule with the supplied ID.
|
DITStructureRule |
Schema.getDITStructureRule(String name)
Returns the DIT structure rule with the supplied name.
|
static DITStructureRule |
DITStructureRule.parse(String definition)
Parses the supplied definition string and creates an initialized DIT structure rule.
|
Modifier and Type | Method and Description |
---|---|
Collection<DITStructureRule> |
Schema.getDitStructureRules()
Returns the DIT structure rules.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setDitStructureRules(Collection<DITStructureRule> c)
Sets the DIT structure 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 |
---|---|
DITStructureRule |
DITStructureRuleValueTranscoder.decodeStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Class<DITStructureRule> |
DITStructureRuleValueTranscoder.getType() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.