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 ObjectClass |
SchemaFactory.createObjectClass(LdapEntry entry)
Creates an object class from the supplied ldap entry.
|
Modifier and Type | Method and Description |
---|---|
private Set<String> |
BeanGenerator.getAttributeNames(ObjectClass objectClass)
Returns the attribute names to use for the supplied object class.
|
private Set<String> |
BeanGenerator.getAttributeNames(ObjectClass objectClass,
Set<ObjectClass> processed)
Returns the attribute names to use for the supplied object class.
|
Modifier and Type | Method and Description |
---|---|
private Set<String> |
BeanGenerator.getAttributeNames(ObjectClass objectClass,
Set<ObjectClass> processed)
Returns the attribute names to use for the supplied object class.
|
Modifier and Type | Field and Description |
---|---|
private Collection<ObjectClass> |
Schema.objectClasses
Object classes.
|
Modifier and Type | Method and Description |
---|---|
ObjectClass |
Schema.getObjectClass(String name)
Returns the object class with the supplied OID or name.
|
static ObjectClass |
ObjectClass.parse(String definition)
Parses the supplied definition string and creates an initialized object class.
|
Modifier and Type | Method and Description |
---|---|
Collection<ObjectClass> |
Schema.getObjectClasses()
Returns the object classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setObjectClasses(Collection<ObjectClass> c)
Sets the object classes.
|
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 |
---|---|
ObjectClass |
ObjectClassValueTranscoder.decodeStringValue(String value) |
Modifier and Type | Method and Description |
---|---|
Class<ObjectClass> |
ObjectClassValueTranscoder.getType() |
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.