Package org.italiangrid.voms.request
Interface VOMSProtocolListener
- All Known Implementing Classes:
NullListener
public interface VOMSProtocolListener
A listener that is notified of low-level VOMS protocol messages
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyHTTPRequest(String url) Informs that a VOMS HTTP GET request is being issued for the URL passed as argumentvoidnotifyLegacyRequest(String xmlLegacyRequest) Informs that a VOMS legacy request is being issuedvoidInforms that a VOMSResponse was received from a remote VOMS server
-
Method Details
-
notifyHTTPRequest
Informs that a VOMS HTTP GET request is being issued for the URL passed as argument- Parameters:
url- the request url
-
notifyLegacyRequest
Informs that a VOMS legacy request is being issued- Parameters:
xmlLegacyRequest- a string representation of the XML legacy request
-
notifyReceivedResponse
Informs that a VOMSResponse was received from a remote VOMS server- Parameters:
r- the receivedVOMSResponse
-