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