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 |
AdminEndpointCfgClient
A client-side interface for reading and modifying Admin Endpoint
settings.
|
interface |
CrestMetricsEndpointCfgClient
A client-side interface for reading and modifying Common REST
Metrics HTTP Endpoint settings.
|
interface |
PrometheusEndpointCfgClient
A client-side interface for reading and modifying Prometheus HTTP
Endpoint settings.
|
interface |
Rest2ldapEndpointCfgClient
A client-side interface for reading and modifying Rest2LDAP
Endpoint settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends HttpEndpointCfgClient> |
RootCfgClient.createHttpEndpoint(ManagedObjectDefinition<C,? extends HttpEndpointCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Http Endpoint.
|
Modifier and Type | Method and Description |
---|---|
HttpEndpointCfgClient |
RootCfgClient.getHttpEndpoint(String name)
Gets the named Http Endpoint.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends HttpEndpointCfgClient,? extends HttpEndpointCfg> |
HttpEndpointCfgClient.definition()
Get the configuration definition associated with this HTTP Endpoint.
|
Modifier and Type | Method and Description |
---|---|
HttpEndpointCfgClient |
HttpEndpointCfgDefn.createClientConfiguration(ManagedObject<? extends HttpEndpointCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<HttpEndpointCfgClient,HttpEndpointCfg> |
RootCfgDefn.getHttpEndpointsRelationDefinition()
Get the "http-endpoints" relation definition.
|
Modifier and Type | Method and Description |
---|---|
HttpEndpointCfgClient |
HttpEndpointCfgDefn.createClientConfiguration(ManagedObject<? extends HttpEndpointCfgClient> impl) |
Copyright 2010-2018 ForgeRock AS.