Uses of Class
org.ldaptive.schema.AbstractSchemaElement
-
Packages that use AbstractSchemaElement Package Description org.ldaptive.schema -
-
Uses of AbstractSchemaElement in org.ldaptive.schema
Subclasses of AbstractSchemaElement in org.ldaptive.schema Modifier and Type Class Description classAbstractNamedSchemaElementBase schema bean for named schema elements.classAttributeTypeBean for an attribute type schema element.classDITContentRuleBean for a DIT content rule schema element.classDITStructureRuleBean for a DIT content rule schema element.classMatchingRuleBean for a matching rule schema element.classMatchingRuleUseBean for a matching rule use schema element.classNameFormBean for a name form schema element.classObjectClassBean for an object class schema element.classSyntaxBean for an attribute syntax schema element.Methods in org.ldaptive.schema with type parameters of type AbstractSchemaElement Modifier and Type Method Description static <T extends AbstractSchemaElement>
booleanAbstractSchemaElement. containsBooleanExtension(T schemaElement, String extensionName)Returns whether the supplied schema element has an extension name with a value of 'true'.
-