| Package | Description |
|---|---|
| org.ldaptive.ad.schema | |
| org.ldaptive.beans.generate | |
| org.ldaptive.schema | |
| org.ldaptive.schema.io |
| Modifier and Type | Method and Description |
|---|---|
protected static AttributeType |
SchemaFactory.createAttributeType(LdapEntry entry)
Creates an attribute type from the supplied ldap entry.
|
| 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.
|
private boolean |
BeanGenerator.isNameExcluded(AttributeType type)
Returns whether the supplied attribute type has a matching OID or name in the excluded names list.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<AttributeType> |
Schema.attributeTypes
Attribute types.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
Schema.getAttributeType(java.lang.String name)
Returns the attribute type with the supplied OID or name.
|
static AttributeType |
AttributeType.parse(java.lang.String definition)
Parses the supplied definition string and creates an initialized attribute type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AttributeType> |
Schema.getAttributeTypes()
Returns the attribute types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setAttributeTypes(java.util.Collection<AttributeType> c)
Sets the attribute types.
|
| 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 |
|---|---|
AttributeType |
AttributeTypeValueTranscoder.decodeStringValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<AttributeType> |
AttributeTypeValueTranscoder.getType() |