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 |
AccessLogPublisherCfgClient
A client-side interface for reading and modifying Access Log
Publisher settings.
|
interface |
CsvFileAccessLogPublisherCfgClient
A client-side interface for reading and modifying Csv File Access
Log Publisher settings.
|
interface |
CsvFileHTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying Csv File HTTP
Access Log Publisher settings.
|
interface |
DebugLogPublisherCfgClient
A client-side interface for reading and modifying Debug Log
Publisher settings.
|
interface |
ErrorLogPublisherCfgClient
A client-side interface for reading and modifying Error Log
Publisher settings.
|
interface |
ExternalAccessLogPublisherCfgClient
A client-side interface for reading and modifying External Access
Log Publisher settings.
|
interface |
ExternalHTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying External HTTP
Access Log Publisher settings.
|
interface |
FileBasedAccessLogPublisherCfgClient
A client-side interface for reading and modifying File Based Access
Log Publisher settings.
|
interface |
FileBasedAuditLogPublisherCfgClient
A client-side interface for reading and modifying File Based Audit
Log Publisher settings.
|
interface |
FileBasedDebugLogPublisherCfgClient
A client-side interface for reading and modifying File Based Debug
Log Publisher settings.
|
interface |
FileBasedErrorLogPublisherCfgClient
A client-side interface for reading and modifying File Based Error
Log Publisher settings.
|
interface |
FileBasedHTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying File Based HTTP
Access Log Publisher settings.
|
interface |
HTTPAccessLogPublisherCfgClient
A client-side interface for reading and modifying HTTP Access Log
Publisher settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends LogPublisherCfgClient> |
RootCfgClient.createLogPublisher(ManagedObjectDefinition<C,? extends LogPublisherCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
LogPublisherCfgClient |
RootCfgClient.getLogPublisher(String name)
Gets the named Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends LogPublisherCfgClient,? extends LogPublisherCfg> |
LogPublisherCfgClient.definition()
Get the configuration definition associated with this Log Publisher.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<LogPublisherCfgClient,LogPublisherCfg> |
RootCfgDefn.getLogPublishersRelationDefinition()
Get the "log-publishers" relation definition.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.