Note: this is an abstract component, that cannot be instantiated.
The HTTP Endpoint is used to define HTTP endpoint.
The following HTTP Endpoints are available in the server :
These HTTP Endpoints inherit from the properties described below.
The following components have a direct AGGREGATION relation FROM HTTP Endpoints :
A description of each property follows.
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ authorization-mechanism | None |
| ↓ base-path | |
| ↓ enabled | |
| ↓ java-class |
| 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 |
| 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 |
| 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 |
| 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 |