Package | Description |
---|---|
org.ldaptive.beans.generate | |
org.ldaptive.schema | |
org.ldaptive.schema.io |
Modifier and Type | Method and Description |
---|---|
protected Class<?> |
BeanGenerator.getSyntaxType(AttributeType type,
Syntax syntax)
Returns the class for the supplied attribute type and syntax.
|
Modifier and Type | Field and Description |
---|---|
private Collection<Syntax> |
Schema.syntaxes
Syntaxes.
|
Modifier and Type | Method and Description |
---|---|
Syntax |
Schema.getSyntax(String oid)
Returns the syntax with the supplied OID.
|
static Syntax |
Syntax.parse(String definition)
Parses the supplied definition string and creates an initialized attribute syntax.
|
Modifier and Type | Method and Description |
---|---|
Collection<Syntax> |
Schema.getSyntaxes()
Returns the syntaxes.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setSyntaxes(Collection<Syntax> c)
Sets the syntaxes.
|
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 |
---|---|
Syntax |
SyntaxValueTranscoder.decodeStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Class<Syntax> |
SyntaxValueTranscoder.getType() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.