|
Interface Summary |
| AuthorizationService |
|
| AuthorizationServiceAddressing |
|
| Interceptor |
Generic interface to be implemented by all interceptors (PIPs and PDPs) in
a chain |
| PDP |
Interface that must be implemented by all PDPs in an interceptor chain
A PDP is responsible for making decisions whether a subject is
allowed to invoke a certain operation. |
| PDPConfig |
This interface is used to encapsulate and shield the interceptor
configuration mechanism from the core PDP framework. |
| PIP |
The PIP interface should be implemeted by
interceptors that are responsible for collecting attributes
for subject that later on can be used by PDPs to determine
whether the subject is allowed to invoke the requested operation. |
| SAMLRequestPortType |
|