Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Method and Description |
---|---|
<C extends RootDNUserCfgClient> |
RootDNCfgClient.createRootDNUser(ManagedObjectDefinition<C,? extends RootDNUserCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Root DN User.
|
Modifier and Type | Method and Description |
---|---|
RootDNUserCfgClient |
RootDNCfgClient.getRootDNUser(String name)
Gets the named Root DN User.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends RootDNUserCfgClient,? extends RootDNUserCfg> |
RootDNUserCfgClient.definition()
Get the configuration definition associated with this Root DN User.
|
Modifier and Type | Method and Description |
---|---|
RootDNUserCfgClient |
RootDNUserCfgDefn.createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<RootDNUserCfgClient,RootDNUserCfg> |
RootDNCfgDefn.getRootDNUsersRelationDefinition()
Get the "root-dn-users" relation definition.
|
Modifier and Type | Method and Description |
---|---|
RootDNUserCfgClient |
RootDNUserCfgDefn.createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.