Package | Description |
---|---|
org.ldaptive.schema | |
org.ldaptive.schema.io |
Modifier and Type | Field and Description |
---|---|
private Collection<DITContentRule> |
Schema.ditContentRules
DIT content rules.
|
Modifier and Type | Method and Description |
---|---|
DITContentRule |
Schema.getDITContentRule(String name)
Returns the DIT content rule with the supplied OID or name.
|
static DITContentRule |
DITContentRule.parse(String definition)
Parses the supplied definition string and creates an initialized DIT content rule.
|
Modifier and Type | Method and Description |
---|---|
Collection<DITContentRule> |
Schema.getDitContentRules()
Returns the DIT content rules.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setDitContentRules(Collection<DITContentRule> c)
Sets the DIT content 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 |
---|---|
DITContentRule |
DITContentRuleValueTranscoder.decodeStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Class<DITContentRule> |
DITContentRuleValueTranscoder.getType() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.