Configuration Reference Home
Oracle Unified Directory - End Point

End Point

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

End Points are used to define a web service end point that will be used to handle HTTP-based client requests using RESTful APIs.

Web Service end point is the way to expose directory services using RESTful APIs.

Direct Subcomponents

The following End Points are available in the server :

These End Points inherit from the properties described below.

Relations To this Component

The following components have a direct AGGREGATION relation TO End Points :

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ context-path  None
↓ enabled
↓ java-class

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

java-class

Description
Specifies the fully-qualified name of the Java class that provides the End Point 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
The End Point must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
No
Read-only
No


Copyright © 2011, 2025, Oracle and/or its affiliates.