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