Class SamlRequest

    • Constructor Detail

      • SamlRequest

        public SamlRequest()
      • SamlRequest

        public SamlRequest​(SamlRequest otherBean)
    • Method Detail

      • getUrl

        public String getUrl()
        Gets value for attribute url
      • setUrl

        public void setUrl​(String url)
        Sets value for attribute url
      • getMethod

        public String getMethod()
        Gets value for attribute method
      • setMethod

        public void setMethod​(String method)
        Sets value for attribute method
      • getParameters

        public Map<String,​String> getParameters()
        Gets value for attribute parameters
      • setParameters

        public void setParameters​(Map<String,​String> parameters)
        Sets value for attribute parameters
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object