Uses of Class
org.ldaptive.schema.Syntax

Packages that use Syntax
org.ldaptive.schema   
org.ldaptive.schema.io   
 

Uses of Syntax in org.ldaptive.schema
 

Methods in org.ldaptive.schema that return Syntax
 Syntax Schema.getSyntax(String oid)
          Returns the syntax with the supplied OID.
static Syntax Syntax.parse(String definition)
          Parses the supplied definition string and creates an initialized attribute syntax.
 

Methods in org.ldaptive.schema that return types with arguments of type Syntax
 Collection<Syntax> Schema.getSyntaxes()
          Returns the syntaxes.
 

Method parameters in org.ldaptive.schema with type arguments of type Syntax
 void Schema.setSyntaxes(Collection<Syntax> c)
          Sets the syntaxes.
 

Constructor parameters in org.ldaptive.schema with type arguments of type Syntax
Schema(Collection<AttributeType> attributeTypes, Collection<DITContentRule> ditContentRules, Collection<DITStructureRule> ditStructureRules, Collection<Syntax> syntaxes, Collection<MatchingRule> matchingRules, Collection<MatchingRuleUse> matchingRuleUses, Collection<NameForm> nameForms, Collection<ObjectClass> objectClasses)
          Creates a new schema.
 

Uses of Syntax in org.ldaptive.schema.io
 

Methods in org.ldaptive.schema.io that return Syntax
 Syntax SyntaxValueTranscoder.decodeStringValue(String value)
          Decodes the supplied ldap attribute value into a custom type.
 

Methods in org.ldaptive.schema.io that return types with arguments of type Syntax
 Class<Syntax> SyntaxValueTranscoder.getType()
          Returns the type produced by this value transcoder.
 



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