Uses of Class
org.ldaptive.schema.ObjectClass
-
Packages that use ObjectClass Package Description org.ldaptive.ad.schema 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 protected static ObjectClassSchemaFactory. createObjectClass(LdapEntry entry)Creates an object class from the supplied ldap entry. -
Uses of ObjectClass in org.ldaptive.schema
Methods in org.ldaptive.schema that return ObjectClass Modifier and Type Method Description ObjectClassSchema. getObjectClass(java.lang.String name)Returns the object class with the supplied OID or name.ObjectClassObjectClass.DefaultDefinitionFunction. parse(java.lang.String definition)static ObjectClassObjectClass. parse(java.lang.String definition)Parses the supplied definition string and creates an initialized object class.ObjectClassObjectClass.RegexDefinitionFunction. parse(java.lang.String definition)Methods in org.ldaptive.schema that return types with arguments of type ObjectClass Modifier and Type Method Description java.util.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 voidSchema. setObjectClasses(java.util.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 ObjectClassObjectClassValueTranscoder. decodeStringValue(java.lang.String value)Methods in org.ldaptive.schema.transcode that return types with arguments of type ObjectClass Modifier and Type Method Description java.lang.Class<ObjectClass>ObjectClassValueTranscoder. getType()
-