Class SamlRequest

java.lang.Object
com.soffid.iam.am.api.SamlRequest
All Implemented Interfaces:
Serializable

public class SamlRequest extends Object implements Serializable
ValueObject SamlRequest
See Also:
  • Constructor Details

  • Method Details

    • 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