Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

Develop and Enable Oracle Access Manager Authentication Plugin on RulePoint

Develop and Enable Oracle Access Manager Authentication Plugin on RulePoint

To enable authentication for a user who is authenticated outside RulePoint use Oracle Access Manager.
  1. Create the
    OAMAuthenticationFilter.java
    and
    PAUserDetailsServiceImpl.java
    java classes.
  2. Package the two java classes in a jar and place the jar in the following location:
    <RULEPOINT_HOME>/design/webapps/rulepoint/WEB-INF/lib
  3. Edit the existing
    security_authentication.xml
    to specify the authentication provider class and method.
  4. Save the
    security_authentication.xml
    file as
    security_authentication_OAM.xml
    in the following location:
    $RULEPOINT_HOME/design/webapps/rulepoint/WEB-INF/spring
  5. Replace
    security_authentication.xml
    with
    security_authentication_OAM.xml
    in the
    web.xml
    file at
    <RULEPOINT_HOME>/design/webapps/rulepoint/WEB-INF/
    .
  6. Restart the design-time instance in RulePoint.

0 COMMENTS

We’d like to hear from you!