Uses of Interface
fr.gouv.vitam.common.alert.AlertService
-
Packages that use AlertService Package Description fr.gouv.vitam.common.alert fr.gouv.vitam.common.security.filter Security Filtersfr.gouv.vitam.logbook.administration.audit.core Provides the core classes for the Logbook Administration modulefr.gouv.vitam.security.internal.rest.service Provides core classes of functional administration rules modulefr.gouv.vitam.worker.core.plugin.lfc_traceability fr.gouv.vitam.worker.core.plugin.massprocessing.management -
-
Uses of AlertService in fr.gouv.vitam.common.alert
Classes in fr.gouv.vitam.common.alert that implement AlertService Modifier and Type Class Description class
AlertServiceImpl
Security alert service implementation. -
Uses of AlertService in fr.gouv.vitam.common.security.filter
Constructors in fr.gouv.vitam.common.security.filter with parameters of type AlertService Constructor Description ThrottlingAlertService(AlertService alertService, java.lang.String errorMessage, int minDelayInSeconds)
-
Uses of AlertService in fr.gouv.vitam.logbook.administration.audit.core
Constructors in fr.gouv.vitam.logbook.administration.audit.core with parameters of type AlertService Constructor Description LogbookAuditAdministration(LogbookOperations logbookOperations, AlertService alertService)
-
Uses of AlertService in fr.gouv.vitam.security.internal.rest.service
Constructors in fr.gouv.vitam.security.internal.rest.service with parameters of type AlertService Constructor Description CRLServiceImpl(IdentityRepository identityRepository, PersonalRepository personalRepository, AlertService alertService)
-
Uses of AlertService in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Constructors in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type AlertService Constructor Description DigestValidator(AlertService alertService)
-
Uses of AlertService in fr.gouv.vitam.worker.core.plugin.massprocessing.management
Constructors in fr.gouv.vitam.worker.core.plugin.massprocessing.management with parameters of type AlertService Constructor Description MassUpdateRulesCheck(AlertService alertService, java.util.List<java.lang.String> classificationLevels)
-