Uses of Interface
org.forgerock.opendj.server.config.server.HttpEndpointCfg
-
Packages that use HttpEndpointCfg 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.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of HttpEndpointCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type HttpEndpointCfg Modifier and Type Method Description ManagedObjectDefinition<? extends HttpEndpointCfgClient,? extends HttpEndpointCfg>
HttpEndpointCfgClient. definition()
Get the configuration definition associated with this HTTP Endpoint.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type HttpEndpointCfg 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. -
Uses of HttpEndpointCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return HttpEndpointCfg Modifier and Type Method Description HttpEndpointCfg
HttpEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpEndpointCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type HttpEndpointCfg Modifier and Type Method Description InstantiableRelationDefinition<HttpEndpointCfgClient,HttpEndpointCfg>
RootCfgDefn. getHttpEndpointsRelationDefinition()
Get the "http-endpoints" relation definition.Class<HttpEndpointCfg>
HttpEndpointCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type HttpEndpointCfg Modifier and Type Method Description HttpEndpointCfg
HttpEndpointCfgDefn. createServerConfiguration(ServerManagedObject<? extends HttpEndpointCfg> impl)
-
Uses of HttpEndpointCfg in org.forgerock.opendj.server.config.server
Subinterfaces of HttpEndpointCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
AdminEndpointCfg
A server-side interface for querying Admin Endpoint settings.interface
AliveEndpointCfg
A server-side interface for querying Alive HTTP endpoint settings.interface
CrestMetricsEndpointCfg
A server-side interface for querying Common REST Metrics HTTP Endpoint settings.interface
HealthyEndpointCfg
A server-side interface for querying Healthy HTTP endpoint settings.interface
PrometheusEndpointCfg
A server-side interface for querying Prometheus HTTP Endpoint settings.interface
Rest2ldapEndpointCfg
A server-side interface for querying Rest2LDAP Endpoint settings.Methods in org.forgerock.opendj.server.config.server that return HttpEndpointCfg Modifier and Type Method Description HttpEndpointCfg
RootCfg. getHttpEndpoint(String name)
Gets the named Http Endpoint.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type HttpEndpointCfg Modifier and Type Method Description Class<? extends HttpEndpointCfg>
HttpEndpointCfg. configurationClass()
Gets the configuration class associated with this HTTP Endpoint.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type HttpEndpointCfg Modifier and Type Method 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. -
Uses of HttpEndpointCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type HttpEndpointCfg Modifier and Type Class Description class
HttpEndpoint<C extends HttpEndpointCfg>
Endpoint attach anHttpApplication
to an URI.Fields in org.opends.server.api declared as HttpEndpointCfg Modifier and Type Field Description protected C
HttpEndpoint. configuration
Configuration of this endpoint. -
Uses of HttpEndpointCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type HttpEndpointCfg Modifier and Type Method Description ConfigChangeResult
HttpEndpointConfigManager. applyConfigurationAdd(HttpEndpointCfg configuration)
ConfigChangeResult
HttpEndpointConfigManager. applyConfigurationChange(HttpEndpointCfg configuration)
ConfigChangeResult
HttpEndpointConfigManager. applyConfigurationDelete(HttpEndpointCfg configuration)
boolean
HttpEndpointConfigManager. isConfigurationAddAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HttpEndpointConfigManager. isConfigurationChangeAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
HttpEndpointConfigManager. isConfigurationDeleteAcceptable(HttpEndpointCfg configuration, List<LocalizableMessage> unacceptableReasons)
-