|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VOMSRequestListener
A listener that informs about events related with a request to a VOMS server.
Method Summary | |
---|---|
void |
notifyErrorsInVOMSReponse(VOMSACRequest request,
VOMSServerInfo si,
VOMSErrorMessage[] errors)
Informs that errors were included in the VOMS response produced by a VOMS server |
void |
notifyVOMSRequestFailure(VOMSACRequest request,
VOMSServerInfo endpoint,
Throwable error)
Informs of a VOMS request failure |
void |
notifyVOMSRequestStart(VOMSACRequest request,
VOMSServerInfo si)
Informs of the start of a request to a VOMS server |
void |
notifyVOMSRequestSuccess(VOMSACRequest request,
VOMSServerInfo endpoint)
Informs of the succesfull conclusion of a request to a VOMS server |
void |
notifyWarningsInVOMSResponse(VOMSACRequest request,
VOMSServerInfo si,
VOMSWarningMessage[] warnings)
Informs that warnings were included in the VOMS response produced by a VOMS server |
Method Detail |
---|
void notifyVOMSRequestStart(VOMSACRequest request, VOMSServerInfo si)
request
- the requestsi
- the VOMS server endpoint informationvoid notifyVOMSRequestSuccess(VOMSACRequest request, VOMSServerInfo endpoint)
request
- the requestendpoint
- the VOMS server endpoint informationvoid notifyVOMSRequestFailure(VOMSACRequest request, VOMSServerInfo endpoint, Throwable error)
request
- the requestendpoint
- the VOMS server endpoint informationerror
- the error related with the failurevoid notifyErrorsInVOMSReponse(VOMSACRequest request, VOMSServerInfo si, VOMSErrorMessage[] errors)
request
- the request related to the received responsesi
- the VOMS server endpoint informationerrors
- the error messages included in the responsevoid notifyWarningsInVOMSResponse(VOMSACRequest request, VOMSServerInfo si, VOMSWarningMessage[] warnings)
request
- the request related to the received responsesi
- the VOMS server endpoint informationwarnings
- the warning messages included in the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |