Package org.globus.gsi.proxy
Interface ProxyPolicyHandler
-
- All Known Implementing Classes:
IgnoreProxyPolicyHandler
public interface ProxyPolicyHandler
A restricted proxy policy handler interface. All policy handlers must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(ProxyCertInfo proxyCertInfo, java.security.cert.CertPath certPath, int index)
-
-
-
Method Detail
-
validate
void validate(ProxyCertInfo proxyCertInfo, java.security.cert.CertPath certPath, int index) throws java.security.cert.CertPathValidatorException
- Parameters:
proxyCertInfo
- theProxyCertInfo
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:
java.security.cert.CertPathValidatorException
- if policy validation fails.
-
-