Uses of Class
org.ldaptive.schema.Extensions
Packages that use Extensions
-
Uses of Extensions in org.ldaptive.schema
Fields in org.ldaptive.schema declared as ExtensionsMethods in org.ldaptive.schema that return ExtensionsModifier and TypeMethodDescriptionAbstractSchemaElement.getExtensions()
Returns the extensions.protected Extensions
AbstractRegexDefinitionFunction.parseExtensions
(String definition) Parses extensions from the supplied definition.Methods in org.ldaptive.schema with parameters of type ExtensionsModifier and TypeMethodDescriptionvoid
AbstractSchemaElement.setExtensions
(Extensions e) Sets the extensions.Constructors in org.ldaptive.schema with parameters of type ExtensionsModifierConstructorDescriptionAttributeType
(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.