Uses of Class
org.opends.server.api.HttpEndpoint
-
Packages that use HttpEndpoint Package Description org.opends.server.protocols.http Contains the implementation for the Directory Server connection handler that is responsible for interacting with clients using HTTP.org.opends.server.protocols.http.rest2ldap Contains the implementation for the HTTPEndpoint that is responsible for providing a REST interface to this LDAP server. -
-
Uses of HttpEndpoint in org.opends.server.protocols.http
Subclasses of HttpEndpoint in org.opends.server.protocols.http Modifier and Type Class Description class
AliveEndpoint
An HTTP endpoint for exposing the server liveness status.class
CrestMetricsEndpoint
Represents a read-only ForgeRock Common REST HTTP Endpoint which exposes server metrics.class
HealthyEndpoint
An HTTP endpoint for exposing the server health status.class
PrometheusEndpoint
Represents an HTTP endpoint exposing OpenDJ metrics using Prometheus text format. -
Uses of HttpEndpoint in org.opends.server.protocols.http.rest2ldap
Subclasses of HttpEndpoint in org.opends.server.protocols.http.rest2ldap Modifier and Type Class Description class
AdminEndpoint
An HTTP endpoint providing access to the server's monitoring backend (cn=monitor) and its configuration (cn=config).class
HdapEndpoint
Encapsulates configuration required to start a HDAP endpoint embedded in this LDAP server.class
Rest2LdapEndpoint
Encapsulates configuration required to start a REST2LDAP application embedded in this LDAP server.
-