Interface VOMSResponse

    • Method Detail

      • hasErrors

        boolean hasErrors()
        Returns:
        true if this VOMSResponse has errors, false otherwise
      • hasWarnings

        boolean hasWarnings()
        Returns:
        true if this VOMSResponse has warnings, false otherwise
      • getAC

        byte[] getAC()
        Extracts the AC from the VOMS response.
        Returns:
        an array of bytes containing the AC.
      • getVersion

        int getVersion()
        Extracts the version from the VOMS response.
        Returns:
        an integer containing the AC.
      • getXMLAsString

        java.lang.String getXMLAsString()
        Returns:
        Returns the XML representation of the response as a string.