Uses of Interface
org.forgerock.opendj.server.config.client.HttpEndpointCfgClient
-
Packages that use HttpEndpointCfgClient 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. -
-
Uses of HttpEndpointCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of HttpEndpointCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
AdminEndpointCfgClient
A client-side interface for reading and modifying Admin Endpoint settings.interface
AliveEndpointCfgClient
A client-side interface for reading and modifying Alive HTTP endpoint settings.interface
CrestMetricsEndpointCfgClient
A client-side interface for reading and modifying Common REST Metrics HTTP Endpoint settings.interface
HealthyEndpointCfgClient
A client-side interface for reading and modifying Healthy 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.Methods in org.forgerock.opendj.server.config.client with type parameters of type HttpEndpointCfgClient Modifier and Type Method Description <C extends HttpEndpointCfgClient>
CRootCfgClient. createHttpEndpoint(ManagedObjectDefinition<C,? extends HttpEndpointCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Http Endpoint.Methods in org.forgerock.opendj.server.config.client that return HttpEndpointCfgClient Modifier and Type Method Description HttpEndpointCfgClient
RootCfgClient. getHttpEndpoint(String name)
Gets the named Http Endpoint.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpEndpointCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends HttpEndpointCfgClient,? extends HttpEndpointCfg>
HttpEndpointCfgClient. definition()
Get the configuration definition associated with this HTTP Endpoint. -
Uses of HttpEndpointCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HttpEndpointCfgClient Modifier and Type Method Description HttpEndpointCfgClient
HttpEndpointCfgDefn. createClientConfiguration(ManagedObject<? extends HttpEndpointCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HttpEndpointCfgClient Modifier and Type Method Description InstantiableRelationDefinition<HttpEndpointCfgClient,HttpEndpointCfg>
RootCfgDefn. getHttpEndpointsRelationDefinition()
Get the "http-endpoints" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HttpEndpointCfgClient Modifier and Type Method Description HttpEndpointCfgClient
HttpEndpointCfgDefn. createClientConfiguration(ManagedObject<? extends HttpEndpointCfgClient> impl)
-