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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream inputStream) Parse the response coming from a VOMS service and build aVOMSResponseobject.
-
Field Details
-
documentBuilder
-
-
Constructor Details
-
LegacyVOMSResponseParsingStrategy
public LegacyVOMSResponseParsingStrategy()
-
-
Method Details
-
parse
Description copied from interface:VOMSResponseParsingStrategyParse the response coming from a VOMS service and build aVOMSResponseobject.- Specified by:
parsein interfaceVOMSResponseParsingStrategy- Parameters:
inputStream- the response from the VOMS service.- Returns:
- the response object representing the response from the service.
-