Class CommonResponseType

java.lang.Object
org.keycloak.dom.saml.common.CommonResponseType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SAML11ResponseAbstractType, StatusResponseType

public class CommonResponseType extends Object implements Serializable
Since:
Jun 22, 2011
Author:
[email protected]
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • getIssueInstant

      public XMLGregorianCalendar getIssueInstant()
      Gets the value of the issueInstant property.
      Returns:
      possible object is XMLGregorianCalendar
    • getInResponseTo

      public String getInResponseTo()
      Gets the value of the inResponseTo property.
      Returns:
      possible object is String
    • setInResponseTo

      public void setInResponseTo(String value)
      Sets the value of the inResponseTo property.
      Parameters:
      value - allowed object is String
    • getSignature

      public Element getSignature()
      Gets the value of the signature property.
      Returns:
      possible object is SignatureType
    • setSignature

      public void setSignature(Element value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is SignatureType