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 |
---|---|
LSCInfo |
VOMSTrustStore.getLSC(java.lang.String voName,
java.lang.String hostname)
Returns the LSC information held in this
VOMSTrustStore for the vo
and hostname passed as arguments. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Set<LSCInfo>> |
VOMSTrustStore.getAllLSCInfo()
Returns all the LSC information held in this
VOMSTrustStore . |
Modifier and Type | Method and Description |
---|---|
void |
VOMSTrustStoreStatusListener.notifyLSCLoadEvent(LSCInfo lsc,
java.io.File f)
Informs that VOMS LSC information has been loaded in the store
|
Modifier and Type | Class and Description |
---|---|
class |
LSCFile
A VOMS LSC file.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.Set<LSCInfo>> |
DefaultVOMSTrustStore.localLSCInfo
The set of local parsed LSC information keyed by VO
|
Modifier and Type | Method and Description |
---|---|
LSCInfo |
DefaultVOMSTrustStore.getLSC(java.lang.String voName,
java.lang.String hostname) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Set<LSCInfo>> |
DefaultVOMSTrustStore.getAllLSCInfo() |
Modifier and Type | Method and Description |
---|---|
void |
NullListener.notifyLSCLoadEvent(LSCInfo lsc,
java.io.File f) |