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 | Interface and Description |
---|---|
interface |
DynamicGroupImplementationCfgClient
A client-side interface for reading and modifying Dynamic Group
Implementation settings.
|
interface |
StaticGroupImplementationCfgClient
A client-side interface for reading and modifying Static Group
Implementation settings.
|
interface |
VirtualStaticGroupImplementationCfgClient
A client-side interface for reading and modifying Virtual Static
Group Implementation settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends GroupImplementationCfgClient> |
RootCfgClient.createGroupImplementation(ManagedObjectDefinition<C,? extends GroupImplementationCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfgClient |
RootCfgClient.getGroupImplementation(String name)
Gets the named Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends GroupImplementationCfgClient,? extends GroupImplementationCfg> |
GroupImplementationCfgClient.definition()
Get the configuration definition associated with this Group Implementation.
|
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfgClient |
GroupImplementationCfgDefn.createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<GroupImplementationCfgClient,GroupImplementationCfg> |
RootCfgDefn.getGroupImplementationsRelationDefinition()
Get the "group-implementations" relation definition.
|
Modifier and Type | Method and Description |
---|---|
GroupImplementationCfgClient |
GroupImplementationCfgDefn.createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.