Oracle Delegated Administration Services is a J2EE application that is deployed in OC4J_Security in Oracle AS infra instance.
Oracle DAS performs the following basic tasks
- Receive requests from the clients
- Process those requests- by either retrieving or updating data in Oracle Internet Directory & compile the LDAP result into an HTML page
- Send the HTML back to the browser

- The user from a browser using HTTP, sends a request to DAS containing a directory query
- DAS receives the request & launches the appropriate servlet. The servlet interprets the request & sends it to Oracle Internet Directory using LDAP
- OID sends LDAP request back to DAS servlet
- DAS servlet compiles the LDAP result in a HTML page and sends it to the Web browser
No comments:
Post a Comment