Class RESTVOMSResponseParsingStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VOMSResponse parse​(java.io.InputStream inputStream)
      Parse a response coming from a RESTFul VOMS service and builds a VOMSResponse object representing the response.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RESTVOMSResponseParsingStrategy

        public RESTVOMSResponseParsingStrategy()
    • Method Detail

      • parse

        public VOMSResponse parse​(java.io.InputStream inputStream)
        Parse a response coming from a RESTFul VOMS service and builds a VOMSResponse object representing the response.
        Specified by:
        parse in interface VOMSResponseParsingStrategy
        Parameters:
        inputStream - the response coming from the service
        Returns:
        a VOMSResponse object representing the response.