Interface Response

All Superinterfaces:
ActorBearing, MustUnderstandBearing, SAMLObject, XMLObject
All Known Implementing Classes:
ResponseImpl

public interface Response extends SAMLObject, MustUnderstandBearing, ActorBearing
SAML 2.0 ECP Response SOAP header.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
    • ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME

      static final String ASSERTION_CONSUMER_SERVICE_URL_ATTRIB_NAME
      ProviderName attribute name.
      See Also:
  • Method Details

    • getAssertionConsumerServiceURL

      String getAssertionConsumerServiceURL()
      Get the AssertionConsumerServiceURL attribute value.
      Returns:
      the AssertionConsumerServiceURL attribute value
    • setAssertionConsumerServiceURL

      void setAssertionConsumerServiceURL(String newAssertionConsumerServiceURL)
      Get the AssertionConsumerServiceURL attribute value.
      Parameters:
      newAssertionConsumerServiceURL - the new AssertionConsumerServiceURL attribute value