Uses of Class
org.ldaptive.schema.NameForm

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

Uses of NameForm in org.ldaptive.schema
 

Methods in org.ldaptive.schema that return NameForm
 NameForm Schema.getNameForm(String name)
          Returns the name form with the supplied OID or name.
static NameForm NameForm.parse(String definition)
          Parses the supplied definition string and creates an initialized name form.
 

Methods in org.ldaptive.schema that return types with arguments of type NameForm
 Collection<NameForm> Schema.getNameForms()
          Returns the name forms.
 

Method parameters in org.ldaptive.schema with type arguments of type NameForm
 void Schema.setNameForms(Collection<NameForm> c)
          Sets the name forms.
 

Constructor parameters in org.ldaptive.schema with type arguments of type NameForm
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 NameForm in org.ldaptive.schema.io
 

Methods in org.ldaptive.schema.io that return NameForm
 NameForm NameFormValueTranscoder.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 NameForm
 Class<NameForm> NameFormValueTranscoder.getType()
          Returns the type produced by this value transcoder.
 



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