Uses of Interface
eu.europa.esig.dss.alert.handler.AlertHandler
Package | Description |
---|---|
eu.europa.esig.dss.alert | |
eu.europa.esig.dss.alert.handler | |
eu.europa.esig.dss.tsl.alerts | |
eu.europa.esig.dss.tsl.alerts.handlers.log |
-
Uses of AlertHandler in eu.europa.esig.dss.alert
Constructors in eu.europa.esig.dss.alert with parameters of type AlertHandler Constructor Description AbstractAlert(AlertDetector<T> detector, AlertHandler<T> handler)
The default constructorAbstractStatusAlert(AlertHandler<Status> handler)
The default constructor -
Uses of AlertHandler in eu.europa.esig.dss.alert.handler
Classes in eu.europa.esig.dss.alert.handler that implement AlertHandler Modifier and Type Class Description class
CompositeAlertHandler<T>
The class allows to define multipleAlertHandler
s to processclass
LogHandler<T>
Implementation ofAlertHandler
which logs the object with the specifiedLevel
class
SilentHandler<T>
Implementation ofAlertHandler
which does nothingclass
ThrowAlertExceptionHandler<T>
Handler which throws anAlertException
Constructor parameters in eu.europa.esig.dss.alert.handler with type arguments of type AlertHandler Constructor Description CompositeAlertHandler(List<AlertHandler<T>> handlers)
The default constructor -
Uses of AlertHandler in eu.europa.esig.dss.tsl.alerts
Constructors in eu.europa.esig.dss.tsl.alerts with parameters of type AlertHandler Constructor Description LOTLAlert(AlertDetector<LOTLInfo> detection, AlertHandler<LOTLInfo> handler)
Default constructorTLAlert(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler)
Default constructor -
Uses of AlertHandler in eu.europa.esig.dss.tsl.alerts.handlers.log
Classes in eu.europa.esig.dss.tsl.alerts.handlers.log that implement AlertHandler Modifier and Type Class Description class
LogLOTLLocationChangeAlertHandler
Warns on the LOTL location changeclass
LogOJUrlChangeAlertHandler
Warns on the LOTL Official Journal URL changeclass
LogTLExpirationAlertHandler
Warns on the TL expirationclass
LogTLParsingErrorAlertHandler
Warns on TL parsing errorclass
LogTLSignatureErrorAlertHandler
Warns on TL validation error