org.italiangrid.voms.request
public interface VOMSProtocolListener
Modifier and Type | Method and Description |
---|---|
void |
notifyHTTPRequest(String url)
Informs that a VOMS HTTP GET request is being issued for the URL passed as
argument
|
void |
notifyLegacyRequest(String xmlLegacyRequest)
Informs that a VOMS legacy request is being issued
|
void |
notifyReceivedResponse(VOMSResponse r)
Informs that a VOMSResponse was received from a remote VOMS server
|
void notifyHTTPRequest(String url)
url
- the request urlvoid notifyLegacyRequest(String xmlLegacyRequest)
xmlLegacyRequest
- a string representation of the XML legacy requestvoid notifyReceivedResponse(VOMSResponse r)
r
- the received VOMSResponse
Copyright © 2014. All rights reserved.