public interface RootDNUserCfgClient extends ConfigurationClient
A Root DN User are administrative users who can granted special privileges that are not available to non-root users (for example, the ability to bind to the server in lockdown mode).
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> |
definition()
Get the configuration definition associated with this Root DN User.
|
SortedSet<DN> |
getAlternateBindDN()
Gets the "alternate-bind-dn" property.
|
void |
setAlternateBindDN(Collection<DN> values)
Sets the "alternate-bind-dn" property.
|
commit, properties
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> definition()
definition
in interface ConfigurationClient
SortedSet<DN> getAlternateBindDN()
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
void setAlternateBindDN(Collection<DN> values) throws PropertyException
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
values
- The values of the "alternate-bind-dn" property.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.