Uses of Interface
org.ldaptive.schema.SchemaElement
Packages that use SchemaElement
-
Uses of SchemaElement in org.ldaptive.schema
Classes in org.ldaptive.schema with type parameters of type SchemaElementModifier and TypeClassDescriptionclassAbstractDefaultDefinitionFunction<T extends SchemaElement>Base class for default definition functions.classAbstractRegexDefinitionFunction<T extends SchemaElement>Base class for regex definition functions.interfaceDefinitionFunction<T extends SchemaElement>Marker interface for a schema definition function.Classes in org.ldaptive.schema that implement SchemaElementModifier and TypeClassDescriptionclassBase schema bean for named schema elements.classBase class for schema elements.classBean for an attribute type schema element.classBean for a DIT content rule schema element.classBean for a DIT content rule schema element.classBean for an matching rule schema element.classBean for an matching rule use schema element.classBean for a name form schema element.classBean for an object class schema element.classBean for an attribute syntax schema element.Methods in org.ldaptive.schema with type parameters of type SchemaElementModifier and TypeMethodDescription<T extends SchemaElement>
TParses the supplied string representation of a schema element.<T extends SchemaElement>
Tstatic <T extends SchemaElement>
TParses the supplied string representation of a schema element.<T extends SchemaElement>
T -
Uses of SchemaElement in org.ldaptive.schema.transcode
Classes in org.ldaptive.schema.transcode with type parameters of type SchemaElementModifier and TypeClassDescriptionclassBase class for schema element value transcoders.