Uses of Class
fr.gouv.vitam.security.internal.common.exception.PersonalCertificateException
Packages that use PersonalCertificateException
Package
Description
Provides core classes of functional administration rules module
Provides core classes of functional administration rules module
Provides core classes of functional administration rules module
-
Uses of PersonalCertificateException in fr.gouv.vitam.security.internal.common.service
Methods in fr.gouv.vitam.security.internal.common.service that throw PersonalCertificateExceptionModifier and TypeMethodDescriptionstatic ParsedCertificateParsedCertificate.parseCertificate(byte[] certificate) Parses a certificate -
Uses of PersonalCertificateException in fr.gouv.vitam.security.internal.rest.mapper
Methods in fr.gouv.vitam.security.internal.rest.mapper with parameters of type PersonalCertificateExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePersonalCertificateExceptionMapper.toResponse(PersonalCertificateException exception) Map an exception to aResponse. -
Uses of PersonalCertificateException in fr.gouv.vitam.security.internal.rest.resource
Methods in fr.gouv.vitam.security.internal.rest.resource that throw PersonalCertificateExceptionModifier and TypeMethodDescriptionvoidPersonalCertificateResource.checkPersonalCertificate(byte[] certificate, String permission) Check personal certificatevoidAdminPersonalCertificateResource.createIfNotPresent(byte[] certificate) voidAdminPersonalCertificateResource.delete(byte[] certificate) -
Uses of PersonalCertificateException in fr.gouv.vitam.security.internal.rest.service
Methods in fr.gouv.vitam.security.internal.rest.service that throw PersonalCertificateExceptionModifier and TypeMethodDescriptionvoidPersonalCertificateService.checkPersonalCertificateExistence(byte[] certificate, String permission) Checks if the personal certificate if valid.voidPersonalCertificateService.createPersonalCertificateIfNotPresent(byte[] certificate) Create certificate if not present in DB.voidPersonalCertificateService.deletePersonalCertificateIfPresent(byte[] certificate) Delete certificate if present.