Interface Message


public interface Message
The saml interface identifies all top level saml requests and responses.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the identifier for this message.
    Get the message body
    void
    Sets the identifier for this message.
    void
    setRawMessage(String rawMessage)
    Store the message body
  • Method Details

    • getId

      String getId()
      Gets the identifier for this message.
      Returns:
      String containing the identifier for this message.
    • setId

      void setId(String id)
      Sets the identifier for this message.
      Parameters:
      id - String containing the identifier for this message.
    • setRawMessage

      void setRawMessage(String rawMessage)
      Store the message body
      Parameters:
      rawMessage - The decoded, decrypted message as a String
    • getRawMessage

      String getRawMessage()
      Get the message body
      Returns:
      The decoded, decrypted message as a String