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