Package com.soffid.iam.am.service
Interface CertificateValidationService
public interface CertificateValidationService
Service CertificateValidationService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCertificateAccount(List<X509Certificate> certs) Operation getCertificateAccountgetCertificateUser(List<X509Certificate> certs) Operation getCertificateUserOperation getRootCertificateListbooleanvalidateCertificate(List<X509Certificate> certs) Operation validateCertificate
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
validateCertificate
boolean validateCertificate(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException Operation validateCertificate- Parameters:
certs-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getCertificateAccount
Account getCertificateAccount(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException Operation getCertificateAccount- Parameters:
certs-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getCertificateUser
User getCertificateUser(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException Operation getCertificateUser- Parameters:
certs-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getRootCertificateList
Collection<X509Certificate> getRootCertificateList() throws InternalErrorException, InternalErrorExceptionOperation getRootCertificateList- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-