Package | Description |
---|---|
org.italiangrid.voms.request |
This package provides the API for requesting VOMS attribtues from a remote VOMS server.
|
org.italiangrid.voms.request.impl |
This package provides the implementation logic for VOMS attributes requests.
|
Modifier and Type | Method and Description |
---|---|
static VOMSESParser |
VOMSESParserFactory.newVOMSESParser() |
Modifier and Type | Class and Description |
---|---|
class |
LegacyVOMSESParserImpl |
Modifier and Type | Field and Description |
---|---|
private VOMSESParser |
DefaultVOMSServerInfoStore.vomsesParser |
private VOMSESParser |
DefaultVOMSServerInfoStore.Builder.vomsesParser
The parser implementation used to parse VOMSES files
|
Modifier and Type | Method and Description |
---|---|
DefaultVOMSServerInfoStore.Builder |
DefaultVOMSServerInfoStore.Builder.vomsesParser(VOMSESParser p)
Sets the
VOMSESParser implementation that will be used to parse
vomses files |