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.
|
org.italiangrid.voms.util |
This package provides utility classes used in other packages.
|
Modifier and Type | Method and Description |
---|---|
VOMSErrorMessage[] |
VOMSResponse.errorMessages()
Extracts the error messages from the VOMS response.
|
Modifier and Type | Method and Description |
---|---|
void |
VOMSRequestListener.notifyErrorsInVOMSReponse(VOMSACRequest request,
VOMSServerInfo si,
VOMSErrorMessage[] errors)
Informs that errors were included in the VOMS response produced by a VOMS
server
|
Modifier and Type | Method and Description |
---|---|
VOMSErrorMessage[] |
LegacyVOMSResponse.errorMessages() |
VOMSErrorMessage[] |
RESTVOMSResponse.errorMessages() |
Modifier and Type | Method and Description |
---|---|
void |
NullListener.notifyErrorsInVOMSReponse(VOMSACRequest request,
VOMSServerInfo si,
VOMSErrorMessage[] errors) |