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.
|
org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
Modifier and Type | Method and Description |
---|---|
static VOMSTrustStore |
VOMSTrustStores.newTrustStore(java.util.List<java.lang.String> localTrustDirs,
long updateFrequency,
VOMSTrustStoreStatusListener statusListener)
Creates a
VOMSTrustStore configured according to the parameters
passed as argument |
void |
VOMSTrustStore.setStatusListener(VOMSTrustStoreStatusListener statusListener)
Sets a
VOMSTrustStoreStatusListener that is notified of events
related to this VOMS trust store |
Modifier and Type | Field and Description |
---|---|
private VOMSTrustStoreStatusListener |
DefaultVOMSTrustStore.listener
The trust store status listener that will be notified of changes in this
trust store
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultVOMSTrustStore.setStatusListener(VOMSTrustStoreStatusListener statusListener) |
Constructor and Description |
---|
DefaultUpdatingVOMSTrustStore(java.util.List<java.lang.String> localTrustDirs,
long updateFrequency,
VOMSTrustStoreStatusListener listener)
Builds a trust store configured as defined in the parameters.
|
DefaultVOMSTrustStore(java.util.List<java.lang.String> localTrustDirs,
VOMSTrustStoreStatusListener listener) |
DefaultVOMSTrustStore(VOMSTrustStoreStatusListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
NullListener
A Singleton Listener which swallows notification.
|