Uses of Class
org.ldaptive.schema.ObjectClass
-
Packages that use ObjectClass Package Description org.ldaptive.ad.schema org.ldaptive.beans.generate org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of ObjectClass in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return ObjectClass Modifier and Type Method Description private static ObjectClass
SchemaFactory. createObjectClass(LdapEntry entry)
Creates an object class from the supplied ldap entry. -
Uses of ObjectClass in org.ldaptive.beans.generate
Methods in org.ldaptive.beans.generate with parameters of type ObjectClass Modifier and Type Method 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.Method parameters in org.ldaptive.beans.generate with type arguments of type ObjectClass Modifier and Type Method Description private Set<String>
BeanGenerator. getAttributeNames(ObjectClass objectClass, Set<ObjectClass> processed)
Returns the attribute names to use for the supplied object class. -
Uses of ObjectClass in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type ObjectClass Modifier and Type Field Description private Collection<ObjectClass>
Schema. objectClasses
Object classes.Methods in org.ldaptive.schema that return ObjectClass Modifier and Type Method Description ObjectClass
Schema. getObjectClass(String name)
Returns the object class with the supplied OID or name.ObjectClass
ObjectClass.DefaultDefinitionFunction. parse(String definition)
static ObjectClass
ObjectClass. parse(String definition)
Parses the supplied definition string and creates an initialized object class.ObjectClass
ObjectClass.RegexDefinitionFunction. parse(String definition)
Methods in org.ldaptive.schema that return types with arguments of type ObjectClass Modifier and Type Method Description Collection<ObjectClass>
Schema. getObjectClasses()
Returns the object classes.Method parameters in org.ldaptive.schema with type arguments of type ObjectClass Modifier and Type Method Description void
Schema. setObjectClasses(Collection<ObjectClass> c)
Sets the object classes. -
Uses of ObjectClass in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return ObjectClass Modifier and Type Method Description ObjectClass
ObjectClassValueTranscoder. decodeStringValue(String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type ObjectClass Modifier and Type Method Description Class<ObjectClass>
ObjectClassValueTranscoder. getType()
-