Class LegacyVOMSResponseParsingStrategy
- java.lang.Object
-
- org.italiangrid.voms.request.impl.LegacyVOMSResponseParsingStrategy
-
- All Implemented Interfaces:
VOMSResponseParsingStrategy
public class LegacyVOMSResponseParsingStrategy extends java.lang.Object implements VOMSResponseParsingStrategy
Parsing strategy for legacy VOMS responses.
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.xml.parsers.DocumentBuilder
documentBuilder
-
Constructor Summary
Constructors Constructor Description LegacyVOMSResponseParsingStrategy()
-
Method Summary
All Methods Instance Methods Concrete 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
public VOMSResponse parse(java.io.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.
-
-