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.resource Provides core classes of functional administration rules modulefr.gouv.vitam.security.internal.rest.service Provides core classes of functional administration rules modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.rest.writeprotection fr.gouv.vitam.storage.engine.server.storagelog fr.gouv.vitam.storage.offers.tape.cache fr.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.resource
Constructors in fr.gouv.vitam.security.internal.rest.resource with parameters of type AlertService Constructor Description CertificateResource(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 AlertService Constructor Description CRLServiceImpl(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 AlertService Modifier and Type Method Description static 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 AlertService Constructor Description WriteProtectionForbiddenFilter(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 Constructor Description ReadOnlyStorageLog(AlertService 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 AlertService Constructor Description LRUCache(long maxCapacity, long evictionCapacity, long safeCapacity, java.util.function.Supplier<LRUCacheEvictionJudge<T>> evictionJudgeFactory, java.util.function.Consumer<T> evictionListener, java.util.stream.Stream<LRUCacheEntry<T>> initialEntries, java.util.concurrent.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 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)
-