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

Packages that use ServicePDP
org.glite.security.authz This package contains the core gLite Authorization Framework providing an abstract policy evaluation runtime for integrating various policy engines with attribute authorities. 
org.glite.security.authz.pdp This package contains Policy Decision Point (PDP) plugins for the gLite Authorization Framework, a BlackList PDP compares authenticated users against a blacklist that can be updated at runtime, a GridMap PDP checks if the authenticated user has a mapping in a gridmap file. 
 

Uses of ServicePDP in org.glite.security.authz
 

Classes in org.glite.security.authz that implement ServicePDP
 class ServiceAuthorizationChain
          The ServiceAuthorizationChain class ties together and evaluates chains of ServicePDP and ServicePIP implementations.
 class SimpleServicePDP
          Simple ServicePDP implementation allowing role permissions and blacklists to be set.
 

Uses of ServicePDP in org.glite.security.authz.pdp
 

Classes in org.glite.security.authz.pdp that implement ServicePDP
 class BlackListServicePDP
          BlackList ServicePDP implementation allowing blacklist files to be set.
 class GridMapServicePDP
          Simple ServicePDP implementation allowing role permissions and blacklists to be set.
 class VomsServicePDP