Class ISResponseData

java.lang.Object
cz.metacentrum.perun.core.implApi.modules.pwdmgr.ISResponseData

public class ISResponseData extends Object
This class represents the response returned from the IS. It contains the returned status, error (if present) and the whole response itself, in a Document class.
Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
  • Constructor Details

    • ISResponseData

      public ISResponseData()
  • Method Details

    • getError

      public String getError()
    • getResponse

      public Document getResponse()
    • getStatus

      public String getStatus()
    • setError

      public void setError(String error)
    • setResponse

      public void setResponse(Document response)
    • setStatus

      public void setStatus(String status)