Package com.soffid.iam.am.service.ejb
Interface CertificateValidationService
public interface CertificateValidationService
EJB CertificateValidationService
-
Method Summary
Modifier and TypeMethodDescriptiongetCertificateAccount(List<X509Certificate> certs) getCertificateUser(List<X509Certificate> certs) booleanvalidateCertificate(List<X509Certificate> certs)
-
Method Details
-
validateCertificate
boolean validateCertificate(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException -
getCertificateAccount
Account getCertificateAccount(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException -
getCertificateUser
User getCertificateUser(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException -
getRootCertificateList
Collection<X509Certificate> getRootCertificateList() throws InternalErrorException, InternalErrorException
-