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 classCompositeAlertHandler<T>The class allows to define multipleAlertHandlers to processclassLogHandler<T>Implementation ofAlertHandlerwhich logs the object with the specifiedLevelclassSilentHandler<T>Implementation ofAlertHandlerwhich does nothingclassThrowAlertExceptionHandler<T>Handler which throws anAlertExceptionConstructor 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 classLogLOTLLocationChangeAlertHandlerWarns on the LOTL location changeclassLogOJUrlChangeAlertHandlerWarns on the LOTL Official Journal URL changeclassLogTLExpirationAlertHandlerWarns on the TL expirationclassLogTLParsingErrorAlertHandlerWarns on TL parsing errorclassLogTLSignatureErrorAlertHandlerWarns on TL validation error