Understand Policy SDK

Policy SDK is used by customers, partners, and Oracle Development to deliver policies and also to create custom policies for specific use cases.

Policy runtime classes depend on policy SDK jar to interact with requests and response. Use Policy SDK when you want to abstract the technical details of a use case, or when you want to capture a repeatable task.

Policy SDK contains,

  • ApiRuntimeContext layer which manipulates the API request and response.

  • Base classes for policy life cycle management.

  • ApipAction which is the shell for Apip custom actions.

  • Util classes

Policy SDK jar is deployed on both management tier and gateway.