org.globus.gsi.proxy
Class IgnoreProxyPolicyHandler
java.lang.Object
org.globus.gsi.proxy.IgnoreProxyPolicyHandler
- All Implemented Interfaces:
- ProxyPolicyHandler
public class IgnoreProxyPolicyHandler
- extends Object
- implements ProxyPolicyHandler
A simple restricted proxy policy handler that logs the
proxy policy language oid. It can be used for debugging purposes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoreProxyPolicyHandler
public IgnoreProxyPolicyHandler()
validate
public void validate(ProxyCertInfo proxyCertInfo,
X509Certificate[] certPath,
int index)
throws ProxyPathValidatorException
- Specified by:
validate
in interface ProxyPolicyHandler
- Parameters:
proxyCertInfo
- the ProxyCertInfo
extension
found in the restricted proxy certificate.certPath
- the certificate path being validated.index
- the index of the certificate in the certPath that is
being validated - the index of the restricted proxy
certificate.
- Throws:
ProxyPathValidatorException
- if policy
validation fails.