Class CommonRequestAbstractType

java.lang.Object
org.keycloak.dom.saml.common.CommonRequestAbstractType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequestAbstractType, SAML11RequestAbstractType

public abstract class CommonRequestAbstractType extends Object implements Serializable
SAML Request Abstract Type
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
    • 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