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(String voName,
String hostname)
Returns the LSC information held in this
VOMSTrustStore for the vo
and hostname passed as arguments. |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<LSCInfo>> |
VOMSTrustStore.getAllLSCInfo()
Returns all the LSC information held in this
VOMSTrustStore . |
Modifier and Type | Method and Description |
---|---|
void |
VOMSTrustStoreStatusListener.notifyLSCLoadEvent(LSCInfo lsc,
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 | Method and Description |
---|---|
LSCInfo |
DefaultVOMSTrustStore.getLSC(String voName,
String hostname) |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<LSCInfo>> |
DefaultVOMSTrustStore.getAllLSCInfo() |
Modifier and Type | Method and Description |
---|---|
void |
NullListener.notifyLSCLoadEvent(LSCInfo lsc,
File f) |
Copyright © 2014. All rights reserved.