|
Class Summary |
| AbstractEngine |
Abstract engine class that can be extended from to implement authorization
engines with specific combining algorithms. |
| DecisionChain |
Data type used to store decision chain (as it is being
constructed). |
| DecisionChainContext |
Datatype used to store context information while constructing
decision chain. |
| DenyOverrideAlg |
This combining algorithm returns the first deny decision returned
by the list of configuired PDPs. |
| FirstApplicableAlg |
This combining algorithm returns the first permit or return decision returned
by the list of configuired PDPs. |
| PermitOverrideAlg |
This is a combining algorithm that returns a permit if a single permit
decision chain can be constructed from the resource owner to the requestor. |