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 X509Certificate
caCert
protected CertDataService
certManager
protected X509Certificate
clientCert
protected String
crlPath
protected static org.apache.commons.logging.Log
LOG
-
Constructor Summary
Constructors Constructor Description DefaultCACertCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Boolean
resolve()
Returns the Login associated with the X509Certificatevoid
setCACert(X509Certificate caCert)
void
setCertficiate(X509Certificate cert)
void
setCrlPath(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
-
-