Uses of Interface
org.italiangrid.voms.store.VOMSTrustStoreStatusListener
Packages that use VOMSTrustStoreStatusListener
Package
Description
This package provides the API for managing VOMS trust stores.
This package provides the implementation of VOMS trust store management.
This package provides utility classes used in other packages.
-
Uses of VOMSTrustStoreStatusListener in org.italiangrid.voms.store
Methods in org.italiangrid.voms.store with parameters of type VOMSTrustStoreStatusListenerModifier and TypeMethodDescriptionstatic VOMSTrustStore
VOMSTrustStores.newTrustStore
(List<String> localTrustDirs, long updateFrequency, VOMSTrustStoreStatusListener statusListener) Creates aVOMSTrustStore
configured according to the parameters passed as argumentvoid
VOMSTrustStore.setStatusListener
(VOMSTrustStoreStatusListener statusListener) Sets aVOMSTrustStoreStatusListener
that is notified of events related to this VOMS trust store -
Uses of VOMSTrustStoreStatusListener in org.italiangrid.voms.store.impl
Methods in org.italiangrid.voms.store.impl with parameters of type VOMSTrustStoreStatusListenerModifier and TypeMethodDescriptionvoid
DefaultVOMSTrustStore.setStatusListener
(VOMSTrustStoreStatusListener statusListener) Constructors in org.italiangrid.voms.store.impl with parameters of type VOMSTrustStoreStatusListenerModifierConstructorDescriptionDefaultUpdatingVOMSTrustStore
(List<String> localTrustDirs, long updateFrequency, VOMSTrustStoreStatusListener listener) Builds a trust store configured as defined in the parameters.DefaultVOMSTrustStore
(List<String> localTrustDirs, VOMSTrustStoreStatusListener listener) -
Uses of VOMSTrustStoreStatusListener in org.italiangrid.voms.util
Classes in org.italiangrid.voms.util that implement VOMSTrustStoreStatusListenerModifier and TypeClassDescriptionenum
A Singleton Listener which swallows notification.