Class RESTVOMSResponseParsingStrategy
java.lang.Object
org.italiangrid.voms.request.impl.RESTVOMSResponseParsingStrategy
- All Implemented Interfaces:
VOMSResponseParsingStrategy
Strategy for parsing a response coming from a RESTFul VOMS.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(InputStream inputStream) Parse a response coming from a RESTFul VOMS service and builds aVOMSResponse
object representing the response.
-
Field Details
-
docBuilder
-
-
Constructor Details
-
RESTVOMSResponseParsingStrategy
public RESTVOMSResponseParsingStrategy()
-
-
Method Details
-
parse
Parse a response coming from a RESTFul VOMS service and builds aVOMSResponse
object representing the response.- Specified by:
parse
in interfaceVOMSResponseParsingStrategy
- Parameters:
inputStream
- the response coming from the service- Returns:
- a
VOMSResponse
object representing the response.
-