|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootDSEBackendCfgClient
A client-side interface for reading and modifying Root DSE Backend settings.
The Root DSE Backend contains the Directory Server root DSE.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends RootDSEBackendCfgClient,? extends RootDSEBackendCfg> |
definition()
Get the configuration definition associated with this Root DSE Backend. |
java.util.SortedSet<DN> |
getSubordinateBaseDN()
Gets the "subordinate-base-dn" property. |
java.lang.Boolean |
isShowAllAttributes()
Gets the "show-all-attributes" property. |
void |
setShowAllAttributes(boolean value)
Sets the "show-all-attributes" property. |
void |
setSubordinateBaseDN(java.util.Collection<DN> values)
Sets the "subordinate-base-dn" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends RootDSEBackendCfgClient,? extends RootDSEBackendCfg> definition()
definition
in interface ConfigurationClient
java.lang.Boolean isShowAllAttributes()
Indicates whether all attributes in the root DSE are to be treated like user attributes (and therefore returned to clients by default) regardless of the Directory Server schema configuration.
void setShowAllAttributes(boolean value) throws IllegalPropertyValueException
Indicates whether all attributes in the root DSE are to be treated like user attributes (and therefore returned to clients by default) regardless of the Directory Server schema configuration.
value
- The value of the "show-all-attributes" property.
IllegalPropertyValueException
- If the new value is invalid.java.util.SortedSet<DN> getSubordinateBaseDN()
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
void setSubordinateBaseDN(java.util.Collection<DN> values) throws IllegalPropertyValueException
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
values
- The values of the "subordinate-base-dn" property.
IllegalPropertyValueException
- If one or more of the new values are invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |