Package | Description |
---|---|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
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.
|
Collection<NameForm> |
Schema.getNameFormsWithName(String name)
Returns an unmodifiable collection containing all of the name forms
having the specified name or numeric OID.
|
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.
|
Modifier and Type | Method and Description |
---|---|
NameForm |
Schema.getNameForm(String nameOrOid)
Retrieves the name form definition with the provided name or OID.
|
NameForm |
Schema.parseNameForm(String definition)
Parses a name form from its provided definition.
|
Modifier and Type | Method and Description |
---|---|
Collection<NameForm> |
Schema.getNameForm(ObjectClass objectClass)
Retrieves the name forms definition for the specified objectclass.
|
Collection<NameForm> |
Schema.getNameForms()
Retrieves the name form definitions for this schema.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.deregisterNameForm(NameForm nameForm)
Deregisters the provided name form definition with this schema.
|
Collection<DITStructureRule> |
Schema.getDITStructureRules(NameForm nameForm)
Retrieves the DIT structure rule definitions for the provided name form.
|
void |
Schema.registerNameForm(NameForm nameForm,
String schemaFile,
boolean overwriteExisting)
Registers the provided name form definition with this schema.
|
Copyright 2010-2017 ForgeRock AS.