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