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
Methods in org.italiangrid.voms.request.impl with parameters of type VOMSServerInfoStoreListener Modifier and Type Method Description DefaultVOMSACService.Builder
DefaultVOMSACService.Builder. serverInfoStoreListener(VOMSServerInfoStoreListener sl)
Sets theVOMSServerInfoStoreListener
for theDefaultVOMSACService
that this builder is creatingDefaultVOMSServerInfoStore.Builder
DefaultVOMSServerInfoStore.Builder. storeListener(VOMSServerInfoStoreListener l)
Sets theVOMSServerInfoStoreListener
that will receive store-related notifications for theDefaultVOMSServerInfoStore
that 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 class
NullListener
A Singleton Listener which swallows notification.
-