org.cagrid.gaards.websso.authentication.helper.impl
Class ProxyValidatorImpl
java.lang.Object
org.cagrid.gaards.websso.authentication.helper.impl.ProxyValidatorImpl
- All Implemented Interfaces:
- ProxyValidator
public class ProxyValidatorImpl
- extends java.lang.Object
- implements ProxyValidator
- Author:
- MODI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyValidatorImpl
public ProxyValidatorImpl()
ProxyValidatorImpl
public ProxyValidatorImpl(java.lang.String trustStorePath,
java.lang.String certificateRevocationListPath)
validate
public boolean validate(org.globus.gsi.GlobusCredential globusCredential)
throws AuthenticationConfigurationException
- Specified by:
validate in interface ProxyValidator
- Throws:
AuthenticationConfigurationException
getTrustStorePath
public java.lang.String getTrustStorePath()
setTrustStorePath
public void setTrustStorePath(java.lang.String trustStorePath)
getCertificateRevocationListPath
public java.lang.String getCertificateRevocationListPath()
setCertificateRevocationListPath
public void setCertificateRevocationListPath(java.lang.String certificateRevocationListPath)