Configuration Reference Home
Oracle Unified Directory - Web App End Point

Web App End Point

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.

Parent Component

The Web App End Point component inherits from the End Point

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ context-path ↓ java-class
↓ enabled
↓ web-app-war-path

Basic Properties

context-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

enabled

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

web-app-war-path

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


Advanced Properties

java-class

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


Copyright © 2019, 2024, Oracle and/or its affiliates. All Rights Reserved.