Configuration Reference Home
Oracle Unified Directory - Servlet End Point

Servlet End Point

Servlet End Points are used to define a servlet end point that will be used to handle HTTP-based client requests.

Servlet end point is the way to expose directory services using Servlets.

Parent Component

The Servlet End Point component inherits from the End Point

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ context-path ↓ java-class
↓ enabled
↓ servlet-init-order
↓ servlet-init-params
↓ servlet-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

servlet-init-order

Description
The initialization order required by servlet. Define the initialization order for this servlet.
Default Value
Will be set to the default order of initialization.
Allowed Values
An integer value. Lower value is 0.
Multi-valued
No
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

servlet-init-params

Description
The init params for the servlet Defines one or more init params for the servlet.
Default Value
Will not use any initialization while instantiating the servlet class.
Allowed Values
A String
Multi-valued
Yes
Required
No
Admin Action Required
None
Advanced Property
No
Read-only
No

servlet-java-class

Description
The name of the servlet. Define the full name of the servlet class.
Default Value
None
Allowed Values
A java class that implements or extends the class(es) :
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 Servlet End Point implementation.
Default Value
com.oracle.rest.ServletEndPoint
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 Servlet End Point must be disabled and re-enabled for changes to this setting to take effect
Advanced Property
Yes
Read-only
No


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