Uses of Interface
org.italiangrid.voms.store.Updateable
-
Packages that use Updateable Package Description org.italiangrid.voms.store This package provides the API for managing VOMS trust stores.org.italiangrid.voms.store.impl This package provides the implementation of VOMS trust store management. -
-
Uses of Updateable in org.italiangrid.voms.store
Subinterfaces of Updateable in org.italiangrid.voms.store Modifier and Type Interface Description interface
UpdatingVOMSTrustStore
A VOMS trust store that can be periodically refreshed. -
Uses of Updateable in org.italiangrid.voms.store.impl
Classes in org.italiangrid.voms.store.impl that implement Updateable Modifier and Type Class Description class
DefaultUpdatingVOMSTrustStore
A VOMS trust store that periodically updates itself.
-