|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectClass | |
|---|---|
| org.ldaptive.ad.schema | |
| org.ldaptive.schema | |
| org.ldaptive.schema.io | |
| Uses of ObjectClass in org.ldaptive.ad.schema |
|---|
| Methods in org.ldaptive.ad.schema that return ObjectClass | |
|---|---|
protected static ObjectClass |
SchemaFactory.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 | |
|---|---|
ObjectClass |
Schema.getObjectClass(String name)
Returns the object class with the supplied OID or name. |
static ObjectClass |
ObjectClass.parse(String definition)
Parses the supplied definition string and creates an initialized object class. |
| Methods in org.ldaptive.schema that return types with arguments of type ObjectClass | |
|---|---|
Collection<ObjectClass> |
Schema.getObjectClasses()
Returns the object classes. |
| Method parameters in org.ldaptive.schema with type arguments of type ObjectClass | |
|---|---|
void |
Schema.setObjectClasses(Collection<ObjectClass> c)
Sets the object classes. |
| Constructor parameters in org.ldaptive.schema with type arguments of type ObjectClass | |
|---|---|
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 ObjectClass in org.ldaptive.schema.io |
|---|
| Methods in org.ldaptive.schema.io that return ObjectClass | |
|---|---|
ObjectClass |
ObjectClassValueTranscoder.decodeStringValue(String value)
Decodes the supplied ldap attribute value into a custom type. |
| Methods in org.ldaptive.schema.io that return types with arguments of type ObjectClass | |
|---|---|
Class<ObjectClass> |
ObjectClassValueTranscoder.getType()
Returns the type produced by this value transcoder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||