Uses of Class
org.forgerock.opendj.ldap.schema.NameForm
-
Packages that use NameForm Package Description org.forgerock.opendj.ldap.schema 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 NameForm Modifier and Type Method Description NameForm
DitStructureRule. getNameForm()
Retrieves the name form for this DIT structure rule.NameForm
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 NameForm Modifier and Type Method Description Collection<NameForm>
Schema. getNameForms()
Returns an unmodifiable collection containing all of the name forms contained in this schema.Collection<NameForm>
Schema. getNameForms(ObjectClass structuralClass)
Returns an unmodifiable collection containing all of the name forms associated with the provided structural object class.Methods in org.forgerock.opendj.ldap.schema with parameters of type NameForm Modifier and Type Method Description NameForm.Builder
SchemaBuilder. buildNameForm(NameForm nameForm)
Returns a name form builder whose fields are initialized to the values of the provided name form.Collection<DitStructureRule>
Schema. getDitStructureRules(NameForm nameForm)
Returns an unmodifiable collection containing all of the DIT structure rules associated with the provided name form.
-