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 |
AttributeCleanupPluginCfgClient
A client-side interface for reading and modifying Attribute Cleanup
Plugin settings.
|
interface |
ChangeNumberControlPluginCfgClient
A client-side interface for reading and modifying Change Number
Control Plugin settings.
|
interface |
EntryUUIDPluginCfgClient
A client-side interface for reading and modifying Entry UUID Plugin
settings.
|
interface |
FractionalLDIFImportPluginCfgClient
A client-side interface for reading and modifying Fractional LDIF
Import Plugin settings.
|
interface |
LastModPluginCfgClient
A client-side interface for reading and modifying Last Mod Plugin
settings.
|
interface |
LDAPAttributeDescriptionListPluginCfgClient
A client-side interface for reading and modifying LDAP Attribute
Description List Plugin settings.
|
interface |
PasswordPolicyImportPluginCfgClient
A client-side interface for reading and modifying Password Policy
Import Plugin settings.
|
interface |
ProfilerPluginCfgClient
A client-side interface for reading and modifying Profiler Plugin
settings.
|
interface |
ReferentialIntegrityPluginCfgClient
A client-side interface for reading and modifying Referential
Integrity Plugin settings.
|
interface |
SambaPasswordPluginCfgClient
A client-side interface for reading and modifying Samba Password
Plugin settings.
|
interface |
SevenBitCleanPluginCfgClient
A client-side interface for reading and modifying Seven Bit Clean
Plugin settings.
|
interface |
UniqueAttributePluginCfgClient
A client-side interface for reading and modifying Unique Attribute
Plugin settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends PluginCfgClient> |
PluginRootCfgClient.createPlugin(ManagedObjectDefinition<C,? extends PluginCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Plugin.
|
Modifier and Type | Method and Description |
---|---|
PluginCfgClient |
PluginRootCfgClient.getPlugin(String name)
Gets the named Plugin.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PluginCfgClient,? extends PluginCfg> |
PluginCfgClient.definition()
Get the configuration definition associated with this Plugin.
|
Modifier and Type | Method and Description |
---|---|
PluginCfgClient |
PluginCfgDefn.createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<PluginCfgClient,PluginCfg> |
PluginRootCfgDefn.getPluginsRelationDefinition()
Get the "plugins" relation definition.
|
Modifier and Type | Method and Description |
---|---|
PluginCfgClient |
PluginCfgDefn.createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.