Uses of Class
org.forgerock.opendj.ldap.schema.NameForm
Packages that use NameForm
Package
Description
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of NameForm in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return NameFormModifier and TypeMethodDescriptionDitStructureRule.getNameForm()Retrieves the name form for this DIT structure rule.Schema.getNameForm(String nameOrOid) Returns the name form with the specified name or numeric OID.Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type NameFormModifier and TypeMethodDescriptionSchema.getNameForms()Returns an unmodifiable collection containing all the name forms contained in this schema.Schema.getNameForms(ObjectClass structuralClass) Returns an unmodifiable collection containing all the name forms associated with the provided structural object class.Methods in org.forgerock.opendj.ldap.schema with parameters of type NameFormModifier and TypeMethodDescriptionSchemaBuilder.buildNameForm(NameForm nameForm) Returns a name form builder whose fields are initialized to the values of the provided name form.Schema.getDitStructureRules(NameForm nameForm) Returns an unmodifiable collection containing all the DIT structure rules associated with the provided name form.