Uses of Class
org.ldaptive.schema.Extensions

Packages that use Extensions
org.ldaptive.schema   
 

Uses of Extensions in org.ldaptive.schema
 

Methods in org.ldaptive.schema that return Extensions
 Extensions AbstractSchemaElement.getExtensions()
          Returns the extensions.
static Extensions Extensions.parse(String definition)
          Parses the supplied definition string and creates an initialized extension.
 

Methods in org.ldaptive.schema with parameters of type Extensions
 void AbstractSchemaElement.setExtensions(Extensions e)
          Sets the extensions.
 

Constructors in org.ldaptive.schema with parameters of type Extensions
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.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.