Package com.soffid.iam.service
Interface CertificateValidationService
-
public interface CertificateValidationServiceService CertificateValidationService
-
-
Field Summary
Fields Modifier and Type Field Description static StringREMOTE_PATHstatic StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountgetCertificateAccount(List<X509Certificate> certs)Operation getCertificateAccountUsergetCertificateUser(List<X509Certificate> certs)Operation getCertificateUserCollection<X509Certificate>getRootCertificateList()Operation getRootCertificateListbooleanvalidateCertificate(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
-
-