org.italiangrid.voms.request
Interface VOMSProtocol
- All Known Implementing Classes:
- AbstractVOMSProtocol, LegacyProtocol, RESTProtocol
public interface VOMSProtocol
The request/response protocol for VOMS, with a methods accepting a rerquest and
returning a response.
- Author:
- valerioventuri
doRequest
VOMSResponse doRequest(VOMSServerInfo endpoint,
eu.emi.security.authn.x509.X509Credential credential,
VOMSACRequest request)
- Makes a request, get the response.
- Parameters:
endpoint
- the voms server endpoint informationcredential
- the credentials.request
- the request.
- Returns:
- a
VOMSResponse
containing the response.
Copyright © 2013. All Rights Reserved.