Uses of Class
org.ldaptive.schema.AttributeType
-
Packages that use AttributeType Package Description org.ldaptive.ad.schema org.ldaptive.beans.generate org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of AttributeType in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return AttributeType Modifier and Type Method Description private 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 AttributeType Modifier and Type Method 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. -
Uses of AttributeType in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type AttributeType Modifier and Type Field Description private Collection<AttributeType>
Schema. attributeTypes
Attribute types.Methods in org.ldaptive.schema that return AttributeType Modifier and Type Method Description AttributeType
Schema. getAttributeType(String name)
Returns the attribute type with the supplied OID or name.AttributeType
AttributeType.DefaultDefinitionFunction. parse(String definition)
static AttributeType
AttributeType. parse(String definition)
Parses the supplied definition string and creates an initialized attribute type.AttributeType
AttributeType.RegexDefinitionFunction. parse(String definition)
Methods in org.ldaptive.schema that return types with arguments of type AttributeType Modifier and Type Method Description Collection<AttributeType>
Schema. getAttributeTypes()
Returns the attribute types.Method parameters in org.ldaptive.schema with type arguments of type AttributeType Modifier and Type Method Description void
Schema. setAttributeTypes(Collection<AttributeType> c)
Sets the attribute types.Constructor parameters in org.ldaptive.schema with type arguments of type AttributeType Constructor 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. -
Uses of AttributeType in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return AttributeType Modifier and Type Method Description AttributeType
AttributeTypeValueTranscoder. decodeStringValue(String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type AttributeType Modifier and Type Method Description Class<AttributeType>
AttributeTypeValueTranscoder. getType()
-