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 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 Collection<AttributeType> |
Schema.attributeTypes
Attribute types.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
Schema.getAttributeType(String name)
Returns the attribute type with the supplied OID or name.
|
static AttributeType |
AttributeType.parse(String definition)
Parses the supplied definition string and creates an initialized attribute type.
|
Modifier and Type | Method and Description |
---|---|
Collection<AttributeType> |
Schema.getAttributeTypes()
Returns the attribute types.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setAttributeTypes(Collection<AttributeType> c)
Sets the attribute types.
|
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 |
---|---|
AttributeType |
AttributeTypeValueTranscoder.decodeStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Class<AttributeType> |
AttributeTypeValueTranscoder.getType() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.