Package com.adobe.granite.auth.saml.spi
Interface Message
public interface Message
The saml interface identifies all top level saml requests and responses.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the identifier for this message.Get the message bodyvoidSets the identifier for this message.voidsetRawMessage(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
Sets the identifier for this message.- Parameters:
id- String containing the identifier for this message.
-
setRawMessage
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
-