Uses of Interface
fr.gouv.vitam.common.alert.AlertService
Packages that use AlertService
Package
Description
Security Filters
Provides the core classes for the Logbook Administration module
Provides core classes of functional administration rules module
Provides core classes of functional administration rules module
Provides a Distribution implementation for the Storage Engine Server module
-
Uses of AlertService in fr.gouv.vitam.common.alert
Classes in fr.gouv.vitam.common.alert that implement AlertService -
Uses of AlertService in fr.gouv.vitam.common.security.filter
Constructors in fr.gouv.vitam.common.security.filter with parameters of type AlertServiceModifierConstructorDescriptionThrottlingAlertService
(AlertService alertService, 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 AlertServiceModifierConstructorDescriptionLogbookAuditAdministration
(LogbookOperations logbookOperations, AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.security.internal.rest.resource
Constructors in fr.gouv.vitam.security.internal.rest.resource with parameters of type AlertServiceModifierConstructorDescriptionCertificateResource
(IdentityService identityService, PersonalCertificateService personalCertificateService, 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 AlertServiceModifierConstructorDescriptionCRLServiceImpl
(IdentityRepository identityRepository, PersonalRepository personalRepository, AlertService alertService) SecurityService
(AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl with parameters of type AlertServiceModifier and TypeMethodDescriptionstatic StorageDistribution
StorageDistributionFactory.createStorageDistribution
(StorageConfiguration storageConfiguration, StorageLog storageLogService, AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.storage.engine.server.rest.writeprotection
Constructors in fr.gouv.vitam.storage.engine.server.rest.writeprotection with parameters of type AlertServiceModifierConstructorDescriptionWriteProtectionForbiddenFilter
(AlertService alertService) WriteProtectionScanner
(AlertService alertService, boolean isReadOnly) -
Uses of AlertService in fr.gouv.vitam.storage.engine.server.storagelog
Constructors in fr.gouv.vitam.storage.engine.server.storagelog with parameters of type AlertService -
Uses of AlertService in fr.gouv.vitam.storage.offers.tape.cache
Constructors in fr.gouv.vitam.storage.offers.tape.cache with parameters of type AlertServiceModifierConstructorDescriptionLRUCache
(long maxCapacity, long evictionCapacity, long safeCapacity, Supplier<LRUCacheEvictionJudge<T>> evictionJudgeFactory, Consumer<T> evictionListener, Stream<LRUCacheEntry<T>> initialEntries, Executor evictionExecutor, 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 -
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 AlertServiceModifierConstructorDescriptionMassUpdateRulesCheck
(AlertService alertService, List<String> classificationLevels)