| Package | Description |
|---|---|
| org.ldaptive.schema | |
| org.ldaptive.schema.io |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<NameForm> |
Schema.nameForms
Name forms.
|
| Modifier and Type | Method and Description |
|---|---|
NameForm |
Schema.getNameForm(java.lang.String name)
Returns the name form with the supplied OID or name.
|
static NameForm |
NameForm.parse(java.lang.String definition)
Parses the supplied definition string and creates an initialized name form.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NameForm> |
Schema.getNameForms()
Returns the name forms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setNameForms(java.util.Collection<NameForm> c)
Sets the name forms.
|
| 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 |
|---|---|
NameForm |
NameFormValueTranscoder.decodeStringValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<NameForm> |
NameFormValueTranscoder.getType() |