public class IgnoreProxyPolicyHandler extends java.lang.Object implements ProxyPolicyHandler
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
IgnoreProxyPolicyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
validate(ProxyCertInfo proxyCertInfo,
java.security.cert.CertPath certPath,
int index) |
public void validate(ProxyCertInfo proxyCertInfo, java.security.cert.CertPath certPath, int index) throws java.security.cert.CertPathValidatorException
validate
in interface ProxyPolicyHandler
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.java.security.cert.CertPathValidatorException
- if policy validation fails.