Package com.soffid.iam.service
Interface CertificateValidationService
-
public interface CertificateValidationService
Service CertificateValidationService
-
-
Field Summary
Fields Modifier and Type Field Description static String
REMOTE_PATH
static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Account
getCertificateAccount(List<X509Certificate> certs)
Operation getCertificateAccountUser
getCertificateUser(List<X509Certificate> certs)
Operation getCertificateUserCollection<X509Certificate>
getRootCertificateList()
Operation getRootCertificateListboolean
validateCertificate(List<X509Certificate> certs)
Operation validateCertificate
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
validateCertificate
boolean validateCertificate(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException
Operation validateCertificate- Parameters:
certs
-- Returns:
- Throws:
InternalErrorException
-
getCertificateAccount
Account getCertificateAccount(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException
Operation getCertificateAccount- Parameters:
certs
-- Returns:
- Throws:
InternalErrorException
-
getCertificateUser
User getCertificateUser(List<X509Certificate> certs) throws InternalErrorException, InternalErrorException
Operation getCertificateUser- Parameters:
certs
-- Returns:
- Throws:
InternalErrorException
-
getRootCertificateList
Collection<X509Certificate> getRootCertificateList() throws InternalErrorException, InternalErrorException
Operation getRootCertificateList- Returns:
- Throws:
InternalErrorException
-
-