Class SAML11RequestAbstractType

java.lang.Object
org.keycloak.dom.saml.common.CommonRequestAbstractType
org.keycloak.dom.saml.v1.protocol.SAML11RequestAbstractType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SAML11RequestType

public abstract class SAML11RequestAbstractType extends CommonRequestAbstractType
Since:
Jun 22, 2011
Author:
[email protected]
See Also:
  • Field Details

    • majorVersion

      protected int majorVersion
    • minorVersion

      protected int minorVersion
    • respondWith

      protected List<QName> respondWith
  • Constructor Details

  • Method Details

    • getMajorVersion

      public int getMajorVersion()
    • getMinorVersion

      public int getMinorVersion()
    • add

      public void add(QName rw)
    • addAllConditions

      public void addAllConditions(List<QName> rw)
    • remove

      public boolean remove(QName rw)
    • getRespondWith

      public List<QName> getRespondWith()