Uses of Interface
org.ldaptive.schema.SchemaFunction
-
Packages that use SchemaFunction Package Description org.ldaptive.schema -
-
Uses of SchemaFunction in org.ldaptive.schema
Classes in org.ldaptive.schema that implement SchemaFunction Modifier and Type Class Description static classSchemaParser.DefaultSchemaFunctionCharBuffer based implementation for schema functions.static classSchemaParser.RegexSchemaFunctionRegular expression based implementation for schema functions.Fields in org.ldaptive.schema declared as SchemaFunction Modifier and Type Field Description private static SchemaFunctionSchemaParser. SCHEMA_FUNCTIONDefault schema function.Fields in org.ldaptive.schema with type parameters of type SchemaFunction Modifier and Type Field Description private static Constructor<SchemaFunction>SchemaParser. SCHEMA_FUNCTION_CONSTRUCTORCustom schema parser constructor.Methods in org.ldaptive.schema that return SchemaFunction Modifier and Type Method Description static SchemaFunctionSchemaParser. getSchemaFunction()TheSchemaParser.SCHEMA_FUNCTION_PROPERTYproperty is checked and that class is loaded if provided.
-