Uses of Interface
fr.gouv.vitam.common.alert.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
-
Uses of AlertService in fr.gouv.vitam.common.security.filter
ModifierConstructorDescriptionThrottlingAlertService
(AlertService alertService, String errorMessage, int minDelayInSeconds) -
Uses of AlertService in fr.gouv.vitam.logbook.administration.audit.core
ModifierConstructorDescriptionLogbookAuditAdministration
(LogbookOperations logbookOperations, AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.security.internal.rest.resource
ModifierConstructorDescriptionCertificateResource
(IdentityService identityService, PersonalCertificateService personalCertificateService, AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.security.internal.rest.service
ModifierConstructorDescriptionCRLServiceImpl
(IdentityRepository identityRepository, PersonalRepository personalRepository, AlertService alertService) SecurityService
(AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionstatic StorageDistribution
StorageDistributionFactory.createStorageDistribution
(StorageConfiguration storageConfiguration, StorageLog storageLogService, AlertService alertService) -
Uses of AlertService in fr.gouv.vitam.storage.engine.server.rest.writeprotection
ModifierConstructorDescriptionWriteProtectionForbiddenFilter
(AlertService alertService) WriteProtectionScanner
(AlertService alertService, boolean isReadOnly) -
Uses of AlertService in fr.gouv.vitam.storage.engine.server.storagelog
-
Uses of AlertService in fr.gouv.vitam.storage.offers.tape.cache
ModifierConstructorDescriptionLRUCache
(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
-
Uses of AlertService in fr.gouv.vitam.worker.core.plugin.massprocessing.management
ModifierConstructorDescriptionMassUpdateRulesCheck
(AlertService alertService, List<String> classificationLevels)