Class LegacyVOMSResponseParsingStrategy
- java.lang.Object
-
- org.italiangrid.voms.request.impl.LegacyVOMSResponseParsingStrategy
-
- All Implemented Interfaces:
VOMSResponseParsingStrategy
public class LegacyVOMSResponseParsingStrategy extends Object implements VOMSResponseParsingStrategy
Parsing strategy for legacy VOMS responses.- Author:
- valerioventuri
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentBuilder
documentBuilder
-
Constructor Summary
Constructors Constructor Description LegacyVOMSResponseParsingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VOMSResponse
parse(InputStream inputStream)
Parse the response coming from a VOMS service and build aVOMSResponse
object.
-
-
-
Field Detail
-
documentBuilder
protected DocumentBuilder documentBuilder
-
-
Method Detail
-
parse
public VOMSResponse parse(InputStream inputStream)
Description copied from interface:VOMSResponseParsingStrategy
Parse the response coming from a VOMS service and build aVOMSResponse
object.- Specified by:
parse
in interfaceVOMSResponseParsingStrategy
- Parameters:
inputStream
- the response from the VOMS service.- Returns:
- the response object representing the response from the service.
-
-