|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeType | |
|---|---|
| org.ldaptive.ad.schema | |
| org.ldaptive.schema | |
| org.ldaptive.schema.io | |
| Uses of AttributeType in org.ldaptive.ad.schema |
|---|
| Methods in org.ldaptive.ad.schema that return AttributeType | |
|---|---|
protected static AttributeType |
SchemaFactory.createAttributeType(LdapEntry entry)
Creates an attribute type from the supplied ldap entry. |
| Uses of AttributeType in org.ldaptive.schema |
|---|
| Methods in org.ldaptive.schema that return AttributeType | |
|---|---|
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. |
| Methods in org.ldaptive.schema that return types with arguments of type AttributeType | |
|---|---|
Collection<AttributeType> |
Schema.getAttributeTypes()
Returns the attribute types. |
| Method parameters in org.ldaptive.schema with type arguments of type AttributeType | |
|---|---|
void |
Schema.setAttributeTypes(Collection<AttributeType> c)
Sets the attribute types. |
| Constructor parameters in org.ldaptive.schema with type arguments of type AttributeType | |
|---|---|
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. |
|
| Uses of AttributeType in org.ldaptive.schema.io |
|---|
| Methods in org.ldaptive.schema.io that return AttributeType | |
|---|---|
AttributeType |
AttributeTypeValueTranscoder.decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type. |
| Methods in org.ldaptive.schema.io that return types with arguments of type AttributeType | |
|---|---|
Class<AttributeType> |
AttributeTypeValueTranscoder.getType()
Returns the type produced by this value transcoder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||