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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(InputStream inputStream) Parse the response coming from a VOMS service and build aVOMSResponse
object.
-
Field Details
-
documentBuilder
-
-
Constructor Details
-
LegacyVOMSResponseParsingStrategy
public LegacyVOMSResponseParsingStrategy()
-
-
Method Details
-
parse
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.
-