Interface Extensions

All Superinterfaces:
XmlSerializable

@SupportedAll public interface Extensions extends XmlSerializable
The interface Extensions defines methods for adding protcol message extension elements.
  • Method Details

    • setAny

      void setAny(List value) throws com.sun.identity.saml2.common.SAML2Exception
      Sets the Extensions object.
      Parameters:
      value - List of Document Elements Extensions objects
      Throws:
      com.sun.identity.saml2.common.SAML2Exception - if the object is immutable.
      See Also:
    • getAny

      List getAny()
      Returns the list of Extensions object.
      Returns:
      a List of Document Elements Extensions objects.
      See Also:
    • makeImmutable

      void makeImmutable()
      Makes this object immutable.
    • isMutable

      boolean isMutable()
      Returns value true if object is mutable.
      Returns:
      true if object is mutable.