Uses of Class
eu.emi.security.authn.x509.helpers.WeakTimerTask
-
Packages that use WeakTimerTask Package Description eu.emi.security.authn.x509.helpers.crl Helper classes implementing Certificate Revocation List access, which is used by the validators together with trust stores.eu.emi.security.authn.x509.helpers.trust 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.crl Modifier and Type Class Description private static class
PlainCRLStoreSpi.CRLAsyncUpdateTask
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.trust Modifier and Type Class Description private static class
TimedTrustAnchorStoreBase.AsyncTrustAnchorsUpdateTask
Important: static nested class, weak reference to the wrapper.
-