Uses of Class
org.ldaptive.schema.ObjectClass
Packages that use ObjectClass
Package
Description
-
Uses of ObjectClass in org.ldaptive.ad.schema
Methods in org.ldaptive.ad.schema that return ObjectClassModifier and TypeMethodDescriptionprotected 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 ObjectClassModifier and TypeMethodDescriptionBeanGenerator.getAttributeNames
(ObjectClass objectClass) Returns the attribute names to use for the supplied object class.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 ObjectClassModifier and TypeMethodDescriptionBeanGenerator.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 ObjectClassModifier and TypeFieldDescriptionprivate Collection<ObjectClass>
Schema.objectClasses
Object classes.Methods in org.ldaptive.schema that return ObjectClassModifier and TypeMethodDescriptionSchema.getObjectClass
(String name) Returns the object class with the supplied OID or name.static ObjectClass
Parses the supplied definition string and creates an initialized object class.Methods in org.ldaptive.schema that return types with arguments of type ObjectClassMethod parameters in org.ldaptive.schema with type arguments of type ObjectClassModifier and TypeMethodDescriptionvoid
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 ObjectClassMethods in org.ldaptive.schema.transcode that return types with arguments of type ObjectClass