Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.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) |
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) |
Copyright 2010-2018 ForgeRock AS.