| Package | Description |
|---|---|
| org.ldaptive.schema | |
| org.ldaptive.schema.io |
| Modifier and Type | Field and Description |
|---|---|
private java.util.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(java.lang.String name)
Returns the DIT structure rule with the supplied name.
|
static DITStructureRule |
DITStructureRule.parse(java.lang.String definition)
Parses the supplied definition string and creates an initialized DIT structure rule.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DITStructureRule> |
Schema.getDitStructureRules()
Returns the DIT structure rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setDitStructureRules(java.util.Collection<DITStructureRule> c)
Sets the DIT structure rules.
|
| 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 |
|---|---|
DITStructureRule |
DITStructureRuleValueTranscoder.decodeStringValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<DITStructureRule> |
DITStructureRuleValueTranscoder.getType() |