Class SAML2Request

java.lang.Object
org.apache.syncope.common.lib.saml2.SAML2Message
org.apache.syncope.common.lib.saml2.SAML2Request
All Implemented Interfaces:
Serializable

public class SAML2Request extends SAML2Message
See Also:
  • Constructor Details

    • SAML2Request

      public SAML2Request()
  • Method Details

    • getBindingType

      public SAML2BindingType getBindingType()
    • setBindingType

      public void setBindingType(SAML2BindingType bindingType)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)