Uses of Interface
org.globus.gsi.proxy.ProxyPolicyHandler

Packages that use ProxyPolicyHandler
org.globus.gsi.proxy   
 

Uses of ProxyPolicyHandler in org.globus.gsi.proxy
 

Classes in org.globus.gsi.proxy that implement ProxyPolicyHandler
 class IgnoreProxyPolicyHandler
          A simple restricted proxy policy handler that logs the proxy policy language oid.
 

Methods in org.globus.gsi.proxy that return ProxyPolicyHandler
 ProxyPolicyHandler ProxyPathValidator.removeProxyPolicyHandler(String id)
          Removes a restricted proxy policy handler.
 ProxyPolicyHandler ProxyPathValidator.setProxyPolicyHandler(String id, ProxyPolicyHandler handler)
          Sets a restricted proxy policy handler.
 ProxyPolicyHandler ProxyPathValidator.getProxyPolicyHandler(String id)
          Retrieves a restricted proxy policy handler for a given policy id.
 

Methods in org.globus.gsi.proxy with parameters of type ProxyPolicyHandler
 ProxyPolicyHandler ProxyPathValidator.setProxyPolicyHandler(String id, ProxyPolicyHandler handler)
          Sets a restricted proxy policy handler.