Class RESTVOMSResponse

java.lang.Object
org.italiangrid.voms.request.impl.RESTVOMSResponse
All Implemented Interfaces:
VOMSResponse

public class RESTVOMSResponse extends Object implements VOMSResponse
This class is used to parse and represent VOMS server responses coming from a RESTful VOMS service.
  • Field Details

    • ERROR_OFFSET

      private static int ERROR_OFFSET
    • xmlResponse

      protected Document xmlResponse
  • Constructor Details

    • RESTVOMSResponse

      public RESTVOMSResponse(Document res)
  • Method Details