Package org.openiam.esb.ws.groovy
Class DefaultCACertCheck
- java.lang.Object
-
- org.openiam.esb.ws.groovy.DefaultCACertCheck
-
public class DefaultCACertCheck extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected X509CertificatecaCertprotected CertDataServicecertManagerprotected X509CertificateclientCertprotected StringcrlPathprotected static org.apache.commons.logging.LogLOG
-
Constructor Summary
Constructors Constructor Description DefaultCACertCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Booleanresolve()Returns the Login associated with the X509CertificatevoidsetCACert(X509Certificate caCert)voidsetCertficiate(X509Certificate cert)voidsetCrlPath(String crlPath)
-
-
-
Field Detail
-
LOG
protected static final org.apache.commons.logging.Log LOG
-
clientCert
protected X509Certificate clientCert
-
caCert
protected X509Certificate caCert
-
crlPath
protected String crlPath
-
certManager
@Autowired @Qualifier("certManager") protected CertDataService certManager
-
-
Method Detail
-
setCertficiate
public final void setCertficiate(X509Certificate cert)
-
init
public final void init()
-
setCACert
public void setCACert(X509Certificate caCert)
-
setCrlPath
public void setCrlPath(String crlPath)
-
resolve
public Boolean resolve() throws BasicDataServiceException
Returns the Login associated with the X509Certificate- Returns:
- Throws:
BasicDataServiceException
-
-