Configuration Reference Home
OpenDJ Server - HTTP Endpoint

HTTP Endpoint

Note: this is an abstract component, that cannot be instantiated.

The HTTP Endpoint is used to define HTTP endpoint.

Direct Subcomponents

The following HTTP Endpoints are available in the server :

These HTTP Endpoints inherit from the properties described below.

Relations From this Component

The following components have a direct AGGREGATION relation FROM HTTP Endpoints :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ authorization-mechanism  None
↓ base-path
↓ enabled
↓ java-class

Basic Properties

authorization-mechanism

Description
The HTTP authorization mechanisms supported by this HTTP Endpoint.
Default Value
None
Allowed Values
The DN of any HTTP Authorization Mechanism. The referenced authorization mechanism must be enabled when the HTTP Endpoint is enabled.
Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

base-path

Description
All HTTP requests matching the base path or subordinate to it will be routed to the HTTP endpoint unless a more specific HTTP endpoint is found.
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
Yes

enabled

Description
Indicates whether the HTTP Endpoint is enabled.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

java-class

Description
Specifies the fully-qualified name of the Java class that provides the HTTP Endpoint implementation.
Default Value
None
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.HttpEndpoint
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No