Uses of Class
eu.emi.security.authn.x509.helpers.WeakTimerTask
Packages that use WeakTimerTask
Package
Description
Helper classes implementing Certificate Revocation List access, which is used by the
validators together with trust stores.
Contains implementations of trust stores, which provide access to trusted root
certificates.
-
Uses of WeakTimerTask in eu.emi.security.authn.x509.helpers.crl
Subclasses of WeakTimerTask in eu.emi.security.authn.x509.helpers.crlModifier and TypeClassDescriptionprivate static class
This class follows a quite advanced but important pattern: - it is static so there is no hidden reference from it to the wrapping class - instead it has a weak reference to the wrapping object - when the weak reference is nullified, it means that the wrapping object was discarded by the GC and is no more usable: in this case the update task is automatically stopped. -
Uses of WeakTimerTask in eu.emi.security.authn.x509.helpers.trust
Subclasses of WeakTimerTask in eu.emi.security.authn.x509.helpers.trustModifier and TypeClassDescriptionprivate static class
Important: static nested class, weak reference to the wrapper.