public class VOMSTrustStores
extends java.lang.Object
Constructor and Description |
---|
VOMSTrustStores() |
Modifier and Type | Method and Description |
---|---|
static VOMSTrustStore |
newTrustStore()
Creates a
VOMSTrustStore configured with default settings. |
static VOMSTrustStore |
newTrustStore(java.util.List<java.lang.String> localTrustDirs)
Creates a
VOMSTrustStore configured according to the parameters
passed as argument |
static VOMSTrustStore |
newTrustStore(java.util.List<java.lang.String> localTrustDirs,
long updateFrequency,
VOMSTrustStoreStatusListener statusListener)
Creates a
VOMSTrustStore configured according to the parameters
passed as argument |
static VOMSTrustStore |
newTrustStore(long updateFrequency)
Creates a
VOMSTrustStore configured according to the parameters
passed as argument |
public static VOMSTrustStore newTrustStore()
VOMSTrustStore
configured with default settings.VOMSTrustStore
configured with default settings.public static VOMSTrustStore newTrustStore(java.util.List<java.lang.String> localTrustDirs, long updateFrequency, VOMSTrustStoreStatusListener statusListener)
VOMSTrustStore
configured according to the parameters
passed as argumentlocalTrustDirs
- the directory where voms information will be searchedupdateFrequency
- the trust store update frequency in millisecondsstatusListener
- a listener that is notified of events related to the created trust
storeVOMSTrustStore
configured as requested.public static VOMSTrustStore newTrustStore(java.util.List<java.lang.String> localTrustDirs)
VOMSTrustStore
configured according to the parameters
passed as argumentlocalTrustDirs
- the directory where voms information will be searchedVOMSTrustStore
configured as requested.public static VOMSTrustStore newTrustStore(long updateFrequency)
VOMSTrustStore
configured according to the parameters
passed as argumentupdateFrequency
- the trust store update frequency in millisecondsVOMSTrustStore
configured as requested.