Package com.soffid.iam.service.ejb
Interface CertificateValidationService
-
public interface CertificateValidationServiceEJB CertificateValidationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountgetCertificateAccount(List<X509Certificate> certs)UsergetCertificateUser(List<X509Certificate> certs)Collection<X509Certificate>getRootCertificateList()booleanvalidateCertificate(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
-
-