Uses of Class
org.glite.security.authz.providers.AbstractChain

Packages that use AbstractChain
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 AbstractChain in org.glite.security.authz.providers
 

Subclasses of AbstractChain in org.glite.security.authz.providers
 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.