|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAMLMessageStorage
Implementations serve as data stores for sent/received SAML messages. Potential implementations could be using for example central repository common for all users within the application or HttpSession.
Messages may need to be stored for example to pair a response with an original request.
Method Summary | |
---|---|
org.opensaml.xml.XMLObject |
retrieveMessage(String messageID)
Retrieves message stored under given ID. |
void |
storeMessage(String messageId,
org.opensaml.xml.XMLObject message)
Stores given message in the data store. |
Method Detail |
---|
void storeMessage(String messageId, org.opensaml.xml.XMLObject message)
messageId
- key under which will the message be storedmessage
- message to storeorg.opensaml.xml.XMLObject retrieveMessage(String messageID)
messageID
- message ID to look up
|
Spring Security SAML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |