| 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.
|
| org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
| 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 |
|---|---|
<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 |
|---|---|
HTTPEndpointCfg |
HTTPEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPEndpointCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
| Modifier and Type | Method and Description |
|---|---|
InstantiableRelationDefinition<HTTPEndpointCfgClient,HTTPEndpointCfg> |
RootCfgDefn.getHTTPEndpointsRelationDefinition()
Get the "http-endpoints" relation definition.
|
Class<HTTPEndpointCfg> |
HTTPEndpointCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this managed
object definition.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPEndpointCfg |
HTTPEndpointCfgDefn.createServerConfiguration(ServerManagedObject<? extends HTTPEndpointCfg> impl)
Creates a server configuration view of the provided server managed
object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdminEndpointCfg
A server-side interface for querying Admin Endpoint settings.
|
interface |
Rest2ldapEndpointCfg
A server-side interface for querying Rest2ldap Endpoint settings.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPEndpointCfg |
RootCfg.getHTTPEndpoint(String name)
Gets the named HTTP Endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends HTTPEndpointCfg> |
HTTPEndpointCfg.configurationClass()
Gets the configuration class associated with this HTTP Endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPEndpointCfg.addChangeListener(ConfigurationChangeListener<HTTPEndpointCfg> listener)
Register to be notified when this HTTP Endpoint is changed.
|
void |
RootCfg.addHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)
Registers to be notified when new HTTP Endpoints are added.
|
void |
RootCfg.addHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)
Registers to be notified when existing HTTP Endpoints are deleted.
|
void |
HTTPEndpointCfg.removeChangeListener(ConfigurationChangeListener<HTTPEndpointCfg> listener)
Deregister an existing HTTP Endpoint configuration change listener.
|
void |
RootCfg.removeHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)
Deregisters an existing HTTP Endpoint configuration add listener.
|
void |
RootCfg.removeHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)
Deregisters an existing HTTP Endpoint configuration delete listener.
|
Copyright © 2017-2020 Wren Security. All Rights Reserved.