Class WsTrustRstRequest

java.lang.Object
swiss.trustbroker.wstrustclient.dto.WsTrustRstRequest

public class WsTrustRstRequest extends Object
  • Method Details

    • builder

    • getRstAddress

      public String getRstAddress()
    • getKeyType

      public String getKeyType()
    • getRequestType

      public String getRequestType()
    • getClaimTypes

      public List<String> getClaimTypes()
    • getAssertion

      public org.opensaml.saml.saml2.core.Assertion getAssertion()
    • setRstAddress

      public void setRstAddress(String rstAddress)
    • setKeyType

      public void setKeyType(String keyType)
    • setRequestType

      public void setRequestType(String requestType)
    • setClaimTypes

      public void setClaimTypes(List<String> claimTypes)
    • setAssertion

      public void setAssertion(org.opensaml.saml.saml2.core.Assertion assertion)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object