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.
|
ValueOrExpression<Boolean> |
isShowAllAttributes()
Gets the "show-all-attributes" property.
|
ValueOrExpression<Boolean> |
isShowSubordinateNamingContexts()
Gets the "show-subordinate-naming-contexts" property.
|
void |
setShowAllAttributes(ValueOrExpression<Boolean> value)
Sets the "show-all-attributes" property.
|
void |
setShowSubordinateNamingContexts(ValueOrExpression<Boolean> value)
Sets the "show-subordinate-naming-contexts" property.
|
commit, properties
ManagedObjectDefinition<? extends RootDseBackendCfgClient,? extends RootDseBackendCfg> definition()
definition
in interface ConfigurationClient
ValueOrExpression<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(ValueOrExpression<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.ValueOrExpression<Boolean> isShowSubordinateNamingContexts()
Indicates whether subordinate naming contexts should be visible in the namingContexts attribute of the RootDSE. By default only top level naming contexts are visible
void setShowSubordinateNamingContexts(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether subordinate naming contexts should be visible in the namingContexts attribute of the RootDSE. By default only top level naming contexts are visible
value
- The value of the "show-subordinate-naming-contexts" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.