Uses of Class
org.ldaptive.schema.AttributeType
Packages that use AttributeType
Package
Description
-
Uses of AttributeType in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return AttributeTypeModifier and TypeMethodDescriptionprotected static AttributeType
SchemaFactory.createAttributeType
(LdapEntry entry) Creates an attribute type from the supplied ldap entry. -
Uses of AttributeType in org.ldaptive.beans.generate
Methods in org.ldaptive.beans.generate with parameters of type AttributeTypeModifier and TypeMethodDescriptionprotected 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. -
Uses of AttributeType in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type AttributeTypeModifier and TypeFieldDescriptionprivate Collection<AttributeType>
Schema.attributeTypes
Attribute types.Methods in org.ldaptive.schema that return AttributeTypeModifier and TypeMethodDescriptionSchema.getAttributeType
(String name) Returns the attribute type with the supplied OID or name.static AttributeType
Parses the supplied definition string and creates an initialized attribute type.Methods in org.ldaptive.schema that return types with arguments of type AttributeTypeMethod parameters in org.ldaptive.schema with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoid
Schema.setAttributeTypes
(Collection<AttributeType> c) Sets the attribute types.Constructor parameters in org.ldaptive.schema with type arguments of type AttributeTypeModifierConstructorDescriptionSchema
(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.transcode
Methods in org.ldaptive.schema.transcode that return AttributeTypeMethods in org.ldaptive.schema.transcode that return types with arguments of type AttributeType