Developing Extensible Applications for Oracle Web Services Manager
Table of Contents
Show All | Collapse- Title and Copyright Information
- Preface
- What's New in This Guide
- 1 Understanding Policies and Assertions
- 2 Creating Custom Assertions
- 2.1 Naming Conventions for Policies and Assertions
- 2.2 Developing Custom Assertions for Web Service
- 2.2.1 Step 1: Create the Custom Assertion Executor
- 2.2.2 Step 2: Create the Custom Policy File
- 2.2.3 Step 3: Specify the Custom Assertion Executor
- 2.2.4 Step 4: Create the JAR File
- 2.2.5 Step 5: Add the Custom Policy to the Policy Store
- 2.2.6 Step 6: Deploy the Custom Assertion
- 2.2.7 Step 7: Attach the Custom Policy to a Web Service
- 2.3 Testing the Web Service
- 3 Stepping Through Sample Custom Assertions
- 4 Implementing Advanced Features in Custom Assertions
- 4.1 Inputting Parameters to Custom Assertions
- 4.2 Accessing OWSM Context Properties
- 4.3 Accessing Request, Response, and Fault Message Objects
- 4.4 Accessing Parts of a Message Using XPath
- 4.5 Accessing Certificates Used by Container for SSL
- 4.6 Accessing Transport Properties
- 4.7 Accessing CSF Keys
- 4.8 Handling Exceptions in Custom Assertions
- A Schema Reference for Custom Assertions