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 |
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)
Creates a client configuration view of the provided managed object.
|
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)
Creates a client configuration view of the provided managed object.
|
Copyright 2010-2017 ForgeRock AS.