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 |
FixedTimeLogRotationPolicyCfgClient
A client-side interface for reading and modifying Fixed Time Log
Rotation Policy settings.
|
interface |
SizeLimitLogRotationPolicyCfgClient
A client-side interface for reading and modifying Size Limit Log
Rotation Policy settings.
|
interface |
TimeLimitLogRotationPolicyCfgClient
A client-side interface for reading and modifying Time Limit Log
Rotation Policy settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends LogRotationPolicyCfgClient> |
RootCfgClient.createLogRotationPolicy(ManagedObjectDefinition<C,? extends LogRotationPolicyCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
LogRotationPolicyCfgClient |
RootCfgClient.getLogRotationPolicy(String name)
Gets the named Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LogRotationPolicyCfgClient,? extends LogRotationPolicyCfg> |
LogRotationPolicyCfgClient.definition()
Get the configuration definition associated with this Log Rotation Policy.
|
Modifier and Type | Method and Description |
---|---|
LogRotationPolicyCfgClient |
LogRotationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends LogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
LogRotationPolicyCfgClient |
LogRotationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends LogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.