Package com.soffid.iam.service.ejb
Interface CertificateValidationService
-
public interface CertificateValidationService
EJB CertificateValidationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Account
getCertificateAccount(List<X509Certificate> certs)
User
getCertificateUser(List<X509Certificate> certs)
Collection<X509Certificate>
getRootCertificateList()
boolean
validateCertificate(List<X509Certificate> certs)
-
-
-
Method Detail
-
validateCertificate
boolean validateCertificate(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getCertificateAccount
Account getCertificateAccount(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getCertificateUser
User getCertificateUser(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getRootCertificateList
Collection<X509Certificate> getRootCertificateList() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
-