|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.configuration.ContextPartitionConfiguration
org.apache.ldap.server.configuration.MutableContextPartitionConfiguration
A mutable version of ContextPartitionConfiguration
.
Field Summary |
Fields inherited from class org.apache.ldap.server.configuration.ContextPartitionConfiguration |
SYSTEM_PARTITION_NAME |
Constructor Summary | |
MutableContextPartitionConfiguration()
Creates a new instance. |
Method Summary | |
void |
setContextEntry(javax.naming.directory.Attributes rootEntry)
Sets root entry that will be added to the ContextPartition
after it is initialized. |
void |
setContextPartition(ContextPartition partition)
Sets the ContextPartition that this configuration configures. |
void |
setIndexedAttributes(java.util.Set indexedAttributes)
Sets the set of attribute type strings to create an index on. |
void |
setName(java.lang.String name)
Sets user-defined name of the ContextPartition that
this configuration configures. |
void |
setSuffix(java.lang.String suffix)
Sets the suffix of the ContextPartition . |
Methods inherited from class org.apache.ldap.server.configuration.ContextPartitionConfiguration |
getContextEntry, getContextPartition, getIndexedAttributes, getName, getNormalizedSuffix, getNormalizedSuffix, getSuffix, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MutableContextPartitionConfiguration()
Method Detail |
public void setName(java.lang.String name)
ContextPartitionConfiguration
ContextPartition
that
this configuration configures.
setName
in class ContextPartitionConfiguration
public void setIndexedAttributes(java.util.Set indexedAttributes)
ContextPartitionConfiguration
setIndexedAttributes
in class ContextPartitionConfiguration
public void setContextPartition(ContextPartition partition)
ContextPartitionConfiguration
ContextPartition
that this configuration configures.
setContextPartition
in class ContextPartitionConfiguration
public void setContextEntry(javax.naming.directory.Attributes rootEntry)
ContextPartitionConfiguration
ContextPartition
after it is initialized.
setContextEntry
in class ContextPartitionConfiguration
public void setSuffix(java.lang.String suffix)
ContextPartitionConfiguration
ContextPartition
.
setSuffix
in class ContextPartitionConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |