Uses of Class
org.italiangrid.voms.request.VOMSErrorMessage
Packages that use VOMSErrorMessage
Package
Description
This package provides the API for requesting VOMS attribtues from a remote VOMS server.
This package provides the implementation logic for VOMS attributes requests.
This package provides utility classes used in other packages.
-
Uses of VOMSErrorMessage in org.italiangrid.voms.request
Methods in org.italiangrid.voms.request that return VOMSErrorMessageModifier and TypeMethodDescriptionVOMSResponse.errorMessages()
Extracts the error messages from the VOMS response.Methods in org.italiangrid.voms.request with parameters of type VOMSErrorMessageModifier and TypeMethodDescriptionvoid
VOMSRequestListener.notifyErrorsInVOMSReponse
(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors) Informs that errors were included in the VOMS response produced by a VOMS server -
Uses of VOMSErrorMessage in org.italiangrid.voms.request.impl
Methods in org.italiangrid.voms.request.impl that return VOMSErrorMessageModifier and TypeMethodDescriptionLegacyVOMSResponse.errorMessages()
RESTVOMSResponse.errorMessages()
-
Uses of VOMSErrorMessage in org.italiangrid.voms.util
Methods in org.italiangrid.voms.util with parameters of type VOMSErrorMessageModifier and TypeMethodDescriptionvoid
NullListener.notifyErrorsInVOMSReponse
(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors)