Uses of Enum Class
eu.emi.security.authn.x509.StoreUpdateListener.Severity
Packages that use StoreUpdateListener.Severity
Package
Description
Contains API of the library.
Consists of general purpose classes, helping to implement generic functionality of the library.
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
-
Uses of StoreUpdateListener.Severity in eu.emi.security.authn.x509
Methods in eu.emi.security.authn.x509 that return StoreUpdateListener.SeverityModifier and TypeMethodDescriptionstatic StoreUpdateListener.Severity
Returns the enum constant of this class with the specified name.static StoreUpdateListener.Severity[]
StoreUpdateListener.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.emi.security.authn.x509 with parameters of type StoreUpdateListener.SeverityModifier and TypeMethodDescriptionvoid
StoreUpdateListener.loadingNotification
(String location, String type, StoreUpdateListener.Severity level, Exception cause) Informs about an update related to loading of trust related material, like loading or downloading a CA certificate, CRL or others. -
Uses of StoreUpdateListener.Severity in eu.emi.security.authn.x509.helpers
Methods in eu.emi.security.authn.x509.helpers with parameters of type StoreUpdateListener.SeverityModifier and TypeMethodDescriptionvoid
ObserversHandler.notifyObservers
(String url, String type, StoreUpdateListener.Severity level, Exception e) -
Uses of StoreUpdateListener.Severity in eu.emi.security.authn.x509.helpers.crl
Methods in eu.emi.security.authn.x509.helpers.crl with parameters of type StoreUpdateListener.SeverityModifier and TypeMethodDescriptionprotected void
AbstractCRLStoreSPI.notifyObservers
(String url, StoreUpdateListener.Severity level, Exception e)