Class IgnoreProxyPolicyHandler
java.lang.Object
org.globus.gsi.proxy.IgnoreProxyPolicyHandler
- All Implemented Interfaces:
ProxyPolicyHandler
A simple restricted proxy policy handler that logs the
proxy policy language oid. It can be used for debugging purposes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(ProxyCertInfo proxyCertInfo, CertPath certPath, int index)
-
Field Details
-
logger
private static org.apache.commons.logging.Log logger
-
-
Constructor Details
-
IgnoreProxyPolicyHandler
public IgnoreProxyPolicyHandler()
-
-
Method Details
-
validate
public void validate(ProxyCertInfo proxyCertInfo, CertPath certPath, int index) throws CertPathValidatorException - Specified by:
validatein interfaceProxyPolicyHandler- Parameters:
proxyCertInfo- theProxyCertInfoextension 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:
CertPathValidatorException- if policy validation fails.
-