Interface ChannelBindings

All Superinterfaces:
ActorBearing, MustUnderstandBearing, SAMLObject, XMLObject, XSBase64Binary
All Known Implementing Classes:
ChannelBindingsImpl

public interface ChannelBindings extends XSBase64Binary, MustUnderstandBearing, ActorBearing, SAMLObject
SAML 2.0 Channel Bindings Extensions ChannelBinding element.
  • 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.
    • TYPE_ATTRIB_NAME

      static final String TYPE_ATTRIB_NAME
      Type attribute name.
      See Also:
  • Method Details

    • getType

      String getType()
      Get the Type attribute value.
      Returns:
      the Type attribute value
    • setType

      void setType(String newType)
      Set the Type attribute value.
      Parameters:
      newType - the new Type attribute value