Uses of Interface
org.italiangrid.voms.request.VOMSServerInfoStoreListener
-
Packages that use VOMSServerInfoStoreListener Package Description org.italiangrid.voms.request.impl This package provides the implementation logic for VOMS attributes requests.org.italiangrid.voms.util This package provides utility classes used in other packages. -
-
Uses of VOMSServerInfoStoreListener in org.italiangrid.voms.request.impl
Fields in org.italiangrid.voms.request.impl declared as VOMSServerInfoStoreListener Modifier and Type Field Description private VOMSServerInfoStoreListenerDefaultVOMSServerInfoStore.Builder. listenerThe listener that will be notified of interesting store eventsprivate VOMSServerInfoStoreListenerDefaultVOMSServerInfoStore. listenerprivate VOMSServerInfoStoreListenerDefaultVOMSACService.Builder. storeListenerThe listener that will be informed about server info store eventsMethods in org.italiangrid.voms.request.impl with parameters of type VOMSServerInfoStoreListener Modifier and Type Method Description DefaultVOMSACService.BuilderDefaultVOMSACService.Builder. serverInfoStoreListener(VOMSServerInfoStoreListener sl)Sets theVOMSServerInfoStoreListenerfor theDefaultVOMSACServicethat this builder is creatingDefaultVOMSServerInfoStore.BuilderDefaultVOMSServerInfoStore.Builder. storeListener(VOMSServerInfoStoreListener l)Sets theVOMSServerInfoStoreListenerthat will receive store-related notifications for theDefaultVOMSServerInfoStorethat this builder is creating -
Uses of VOMSServerInfoStoreListener in org.italiangrid.voms.util
Classes in org.italiangrid.voms.util that implement VOMSServerInfoStoreListener Modifier and Type Class Description classNullListenerA Singleton Listener which swallows notification.
-