Package org.italiangrid.voms.request
Interface VOMSResponseParsingStrategy
-
- All Known Implementing Classes:
LegacyVOMSResponseParsingStrategy,RESTVOMSResponseParsingStrategy
public interface VOMSResponseParsingStrategyThe strategy for parsing a response coming from a VOMS service.- Author:
- valerioventuri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VOMSResponseparse(java.io.InputStream inputStream)Parse the response coming from a VOMS service and build aVOMSResponseobject.
-
-
-
Method Detail
-
parse
VOMSResponse parse(java.io.InputStream inputStream)
Parse the response coming from a VOMS service and build aVOMSResponseobject.- Parameters:
inputStream- the response from the VOMS service.- Returns:
- the response object representing the response from the service.
-
-