Uses of Interface
org.glite.security.authz.ServiceAuthorizationChainSpi

Packages that use ServiceAuthorizationChainSpi
org.glite.security.authz.providers This package contains ServiceAutorizationChain providers for the gLite Authorization Framework, a PermitOverrides provider implements a policy combining algorithm that evaluates all PDPs in turn but stops the evaluation if a PDP returns a successful authorization result. 
 

Uses of ServiceAuthorizationChainSpi in org.glite.security.authz.providers
 

Classes in org.glite.security.authz.providers that implement ServiceAuthorizationChainSpi
 class AbstractChain
          The AbstractChain class ties together and evaluates chains of ServicePDP and ServicePIP implementations.
 class DenyOverridesChain
          The DenyOverridesChain class ties together and evaluates chains of ServicePDP and ServicePIP implementations.
 class FirstApplicableChain
          The FirstApplicableChain class ties together and evaluates chains of ServicePDP and ServicePIP implementations.
 class PermitOverridesChain
          The PermitOverridesChain class ties together and evaluates chains of ServicePDP and ServicePIP implementations.