Uses of Interface
org.globus.wsrf.security.authorization.PDP

Packages that use PDP
org.globus.wsrf.impl.security.authorization   
 

Uses of PDP in org.globus.wsrf.impl.security.authorization
 

Classes in org.globus.wsrf.impl.security.authorization that implement PDP
 class GridMapAuthorization
          Performs gridmap authorization and implements PDP interface.
 class HostAuthorization
          Performs host based authorization and implements PDP and Authorization interface.
 class IdentityAuthorization
          Does identity authorization and and implements PDP and Authorization interface.
 class LocalConfigPDP
          A PDP implementation that is intended to be used by services to easily bootstrap an ACL into the PDP.
 class NoAuthorization
          No authorization of the peer is done.
 class SAMLAuthorizationCallout
          Calls out to a configured authorization service.
 class SelfAuthorization
          Enforces that the client and server have the same identity.
 class UsernameAuthorization
          Uses Java Login module to authorize based on user name and password used on the method call.