public interface RootDSEBackendCfgClient extends ConfigurationClient
The Root DSE Backend contains the directory server root DSE.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootDSEBackendCfgClient,? extends RootDSEBackendCfg> |
definition()
Get the configuration definition associated with this Root DSE Backend.
|
SortedSet<DN> |
getSubordinateBaseDN()
Gets the "subordinate-base-dn" property.
|
Boolean |
isShowAllAttributes()
Gets the "show-all-attributes" property.
|
void |
setShowAllAttributes(boolean value)
Sets the "show-all-attributes" property.
|
void |
setSubordinateBaseDN(Collection<DN> values)
Sets the "subordinate-base-dn" property.
|
commit, properties
ManagedObjectDefinition<? extends RootDSEBackendCfgClient,? extends RootDSEBackendCfg> definition()
definition
in interface ConfigurationClient
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 PropertyException
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.PropertyException
- If the new value is invalid.SortedSet<DN> getSubordinateBaseDN()
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
void setSubordinateBaseDN(Collection<DN> values) throws PropertyException
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.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.