|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<RootDNUserCfgClient,RootDNUserCfg>
org.opends.server.admin.std.meta.RootDNUserCfgDefn
public final class RootDNUserCfgDefn
An interface for querying the Root DN User managed object definition meta information.
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 | |
---|---|
RootDNUserCfgClient |
createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> impl)
Creates a client configuration view of the provided managed object. |
RootDNUserCfg |
createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> impl)
Creates a server configuration view of the provided server managed object. |
DNPropertyDefinition |
getAlternateBindDNPropertyDefinition()
Get the "alternate-bind-dn" property definition. |
static RootDNUserCfgDefn |
getInstance()
Get the Root DN User configuration definition singleton. |
java.lang.Class<RootDNUserCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static RootDNUserCfgDefn getInstance()
public RootDNUserCfgClient createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<RootDNUserCfgClient,RootDNUserCfg>
impl
- The managed object.
public RootDNUserCfg createServerConfiguration(ServerManagedObject<? extends RootDNUserCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<RootDNUserCfgClient,RootDNUserCfg>
impl
- The server managed object.
public java.lang.Class<RootDNUserCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<RootDNUserCfgClient,RootDNUserCfg>
public DNPropertyDefinition getAlternateBindDNPropertyDefinition()
Specifies one or more alternate DNs that can be used to bind to the server as this root user.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |