|
|||||||||
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<RootDSEBackendCfgClient,RootDSEBackendCfg>
org.opends.server.admin.std.meta.RootDSEBackendCfgDefn
public final class RootDSEBackendCfgDefn
An interface for querying the Root DSE Backend managed object definition meta information.
The Root DSE Backend contains the Directory Server root DSE.
Method Summary | |
---|---|
RootDSEBackendCfgClient |
createClientConfiguration(ManagedObject<? extends RootDSEBackendCfgClient> impl)
Creates a client configuration view of the provided managed object. |
RootDSEBackendCfg |
createServerConfiguration(ServerManagedObject<? extends RootDSEBackendCfg> impl)
Creates a server configuration view of the provided server managed object. |
static RootDSEBackendCfgDefn |
getInstance()
Get the Root DSE Backend configuration definition singleton. |
java.lang.Class<RootDSEBackendCfg> |
getServerConfigurationClass()
Gets the server configuration class instance associated with this managed object definition. |
BooleanPropertyDefinition |
getShowAllAttributesPropertyDefinition()
Get the "show-all-attributes" property definition. |
DNPropertyDefinition |
getSubordinateBaseDNPropertyDefinition()
Get the "subordinate-base-dn" property definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static RootDSEBackendCfgDefn getInstance()
public RootDSEBackendCfgClient createClientConfiguration(ManagedObject<? extends RootDSEBackendCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
impl
- The managed object.
public RootDSEBackendCfg createServerConfiguration(ServerManagedObject<? extends RootDSEBackendCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
impl
- The server managed object.
public java.lang.Class<RootDSEBackendCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<RootDSEBackendCfgClient,RootDSEBackendCfg>
public BooleanPropertyDefinition getShowAllAttributesPropertyDefinition()
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.
public DNPropertyDefinition getSubordinateBaseDNPropertyDefinition()
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |