Uses of Class
netscape.ldap.LDAPNameFormSchema
-
Packages that use LDAPNameFormSchema Package Description netscape.ldap -
-
Uses of LDAPNameFormSchema in netscape.ldap
Methods in netscape.ldap that return LDAPNameFormSchema Modifier and Type Method Description LDAPNameFormSchema
LDAPSchema. getNameForm(java.lang.String name)
Gets the definition of a name form with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPNameFormSchema Modifier and Type Method Description java.util.Enumeration<LDAPNameFormSchema>
LDAPSchema. getNameForms()
Get an enumeration of the name forms in this schema.Methods in netscape.ldap with parameters of type LDAPNameFormSchema Modifier and Type Method Description void
LDAPSchema. addNameForm(LDAPNameFormSchema nameForm)
Add a name form definition to the current schema.
-