Package com.ibm.tscc.rtss.authz.api
The package contains the API for building custom plugins.
See:
Interface Summary
IExternalFinder |
Is the mechanism by which attributes can be provided
to the request context using custom code. |
IExternalRule |
Is a "black-box" service that can be invoked during policy evaluation. |
RequestContext |
Is how information about the current XACML request is passed to the external
authorization service. |
Class Summary
Enum Summary
Exception Summary
Package com.ibm.tscc.rtss.authz.api Description
The package contains the API for building custom plugins. The API includes:
- An external rule to call logic that can be invoked during policy evaluation and return a
Permit, Deny, Not Applicable, or Indeterminate outcome. An external rule is a "black box" service that
can be combined with standard rules to handle complex scenarios.
- An policy information point (PIP) for looking up information from an external source and provide this information to
the request context as part of policy evaluation.