Web App End Points are used to define a web-app rest end point that will be used to handle HTTP-based client requests using RESTful APIs.
REST end point is the way to expose directory services using RESTful APIs.
The Web App End Point component inherits from the End Point
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ context-path | ↓ java-class |
↓ enabled | |
↓ web-app-war-path |
Description | The context path of the end point. Define the context path of the end point. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Indicates whether the End Point 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 | The path to the web app war file. Define the path to the web-app war file that needs to be deployed. |
---|---|
Default Value | None |
Allowed Values | A String |
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 Web App End Point implementation. |
---|---|
Default Value | com.oracle.rest.WebAppEndPoint |
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 | The Web App End Point must be disabled and re-enabled for changes to this setting to take effect |
Advanced Property | Yes |
Read-only | No |