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 class
SchemaParser.DefaultSchemaFunction
CharBuffer based implementation for schema functions.static class
SchemaParser.RegexSchemaFunction
Regular expression based implementation for schema functions.Fields in org.ldaptive.schema declared as SchemaFunction Modifier and Type Field Description private static SchemaFunction
SchemaParser. SCHEMA_FUNCTION
Default schema function.Methods in org.ldaptive.schema that return SchemaFunction Modifier and Type Method Description static SchemaFunction
SchemaParser. getSchemaFunction()
TheSchemaParser.SCHEMA_FUNCTION_PROPERTY
property is checked and that class is loaded if provided.
-