|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootDNUserCfgClient
A client-side interface for reading and modifying Root DN User settings.
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).
Method Summary | |
---|---|
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> |
definition()
Get the configuration definition associated with this Root DN User. |
java.util.SortedSet<DN> |
getAlternateBindDN()
Gets the "alternate-bind-dn" property. |
void |
setAlternateBindDN(java.util.Collection<DN> values)
Sets the "alternate-bind-dn" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> definition()
definition
in interface ConfigurationClient
java.util.SortedSet<DN> getAlternateBindDN()
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
void setAlternateBindDN(java.util.Collection<DN> values) throws IllegalPropertyValueException
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.
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 |