Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.