Uses of Class
org.ldaptive.schema.Extensions
-
Packages that use Extensions Package Description org.ldaptive.schema -
-
Uses of Extensions in org.ldaptive.schema
Fields in org.ldaptive.schema declared as Extensions Modifier and Type Field Description private ExtensionsAbstractSchemaElement. extensionsExtensions.Methods in org.ldaptive.schema that return Extensions Modifier and Type Method Description ExtensionsAbstractSchemaElement. getExtensions()Returns the extensions.protected ExtensionsAbstractRegexDefinitionFunction. parseExtensions(String definition)Parses extensions from the supplied definition.Methods in org.ldaptive.schema with parameters of type Extensions Modifier and Type Method Description voidAbstractSchemaElement. setExtensions(Extensions e)Sets the extensions.Constructors in org.ldaptive.schema with parameters of type Extensions Constructor Description AttributeType(String oid, String[] names, String description, boolean obsolete, String superiorType, String equalityMatchingRule, String orderingMatchingRule, String substringMatchingRule, String syntaxOID, boolean singleValued, boolean collective, boolean noUserModification, AttributeUsage usage, Extensions extensions)Creates a new attribute type.DITContentRule(String oid, String[] names, String description, boolean obsolete, String[] auxiliaryClasses, String[] requiredAttributes, String[] optionalAttributes, String[] restrictedAttributes, Extensions extensions)Creates a new DIT content rule.DITStructureRule(int id, String[] names, String description, boolean obsolete, String nameForm, int[] superiorRules, Extensions extensions)Creates a new DIT structure rule.MatchingRule(String oid, String[] names, String description, boolean obsolete, String syntaxOID, Extensions extensions)Creates a new matching rule.MatchingRuleUse(String oid, String[] names, String description, boolean obsolete, String[] appliesAttributeTypes, Extensions extensions)Creates a new matching rule use.NameForm(String oid, String[] names, String description, boolean obsolete, String structuralClass, String[] requiredAttributes, String[] optionalAttributes, Extensions extensions)Creates a new name form.ObjectClass(String oid, String[] names, String description, boolean obsolete, String[] superiorClasses, ObjectClassType objectClassType, String[] requiredAttributes, String[] optionalAttributes, Extensions extensions)Creates a new object class.Syntax(String oid, String description, Extensions extensions)Creates a new attribute syntax.
-