|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.italiangrid.voms.store.VOMSTrustStores
public class VOMSTrustStores
A factory for VOMS trust stores
Constructor Summary | |
---|---|
VOMSTrustStores()
|
Method Summary | |
---|---|
static VOMSTrustStore |
newTrustStore()
Creates a VOMSTrustStore configured with default settings. |
static VOMSTrustStore |
newTrustStore(List<String> localTrustDirs)
Creates a VOMSTrustStore configured according to the parameters
passed as argument |
static VOMSTrustStore |
newTrustStore(List<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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VOMSTrustStores()
Method Detail |
---|
public static VOMSTrustStore newTrustStore()
VOMSTrustStore
configured with default settings.
VOMSTrustStore
configured with default settings.public static VOMSTrustStore newTrustStore(List<String> localTrustDirs, long updateFrequency, VOMSTrustStoreStatusListener statusListener)
VOMSTrustStore
configured according to the parameters
passed as argument
localTrustDirs
- 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 store
VOMSTrustStore
configured as requested.public static VOMSTrustStore newTrustStore(List<String> localTrustDirs)
VOMSTrustStore
configured according to the parameters
passed as argument
localTrustDirs
- the directory where voms information will be searched
VOMSTrustStore
configured as requested.public static VOMSTrustStore newTrustStore(long updateFrequency)
VOMSTrustStore
configured according to the parameters
passed as argument
updateFrequency
- the trust store update frequency in milliseconds
VOMSTrustStore
configured as requested.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |