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 protected static AttributeTypeSchemaFactory. 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 java.lang.Class<?>BeanGenerator. getSyntaxType(AttributeType type, Syntax syntax)Returns the class for the supplied attribute type and syntax. -
Uses of AttributeType in org.ldaptive.schema
Methods in org.ldaptive.schema that return AttributeType Modifier and Type Method Description AttributeTypeSchema. getAttributeType(java.lang.String name)Returns the attribute type with the supplied OID or name.AttributeTypeAttributeType.DefaultDefinitionFunction. parse(java.lang.String definition)static AttributeTypeAttributeType. parse(java.lang.String definition)Parses the supplied definition string and creates an initialized attribute type.AttributeTypeAttributeType.RegexDefinitionFunction. parse(java.lang.String definition)Methods in org.ldaptive.schema that return types with arguments of type AttributeType Modifier and Type Method Description java.util.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 voidSchema. setAttributeTypes(java.util.Collection<AttributeType> c)Sets the attribute types.Constructor parameters in org.ldaptive.schema with type arguments of type AttributeType Constructor Description Schema(java.util.Collection<AttributeType> attributeTypes, java.util.Collection<DITContentRule> ditContentRules, java.util.Collection<DITStructureRule> ditStructureRules, java.util.Collection<Syntax> syntaxes, java.util.Collection<MatchingRule> matchingRules, java.util.Collection<MatchingRuleUse> matchingRuleUses, java.util.Collection<NameForm> nameForms, java.util.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 AttributeTypeAttributeTypeValueTranscoder. decodeStringValue(java.lang.String value)Methods in org.ldaptive.schema.transcode that return types with arguments of type AttributeType Modifier and Type Method Description java.lang.Class<AttributeType>AttributeTypeValueTranscoder. getType()
-