Uses of Class
org.ldaptive.schema.NameForm
-
Packages that use NameForm Package Description org.ldaptive.schema org.ldaptive.schema.transcode -
-
Uses of NameForm in org.ldaptive.schema
Fields in org.ldaptive.schema with type parameters of type NameForm Modifier and Type Field Description private Collection<NameForm>
Schema. nameForms
Name forms.Methods in org.ldaptive.schema that return NameForm Modifier and Type Method Description NameForm
Schema. getNameForm(String name)
Returns the name form with the supplied OID or name.NameForm
NameForm.DefaultDefinitionFunction. parse(String definition)
static NameForm
NameForm. parse(String definition)
Parses the supplied definition string and creates an initialized name form.NameForm
NameForm.RegexDefinitionFunction. parse(String definition)
Methods in org.ldaptive.schema that return types with arguments of type NameForm Modifier and Type Method Description Collection<NameForm>
Schema. getNameForms()
Returns the name forms.Method parameters in org.ldaptive.schema with type arguments of type NameForm Modifier and Type Method Description void
Schema. setNameForms(Collection<NameForm> c)
Sets the name forms. -
Uses of NameForm in org.ldaptive.schema.transcode
Methods in org.ldaptive.schema.transcode that return NameForm Modifier and Type Method Description NameForm
NameFormValueTranscoder. decodeStringValue(String value)
Methods in org.ldaptive.schema.transcode that return types with arguments of type NameForm Modifier and Type Method Description Class<NameForm>
NameFormValueTranscoder. getType()
-