|
opensaml-3.2.0
|
Base class for SAML 2.0 MessageEncoders. More...
#include <saml/saml2/binding/SAML2MessageEncoder.h>
Public Member Functions | |
| const XMLCh * | getProtocolFamily () const |
| Returns identifier for the protocol family associated with the encoder. | |
Protected Member Functions | |
| void | preserveCorrelationID (xmltooling::HTTPResponse &response, const RequestAbstractType &message, const char *relayState) const |
| If the message is a request and relay state is provided, the request ID is preserved in a correlation cookie. | |
Base class for SAML 2.0 MessageEncoders.
| const XMLCh* opensaml::saml2p::SAML2MessageEncoder::getProtocolFamily | ( | ) | const [virtual] |
Returns identifier for the protocol family associated with the encoder.
Reimplemented from opensaml::MessageEncoder.
| void opensaml::saml2p::SAML2MessageEncoder::preserveCorrelationID | ( | xmltooling::HTTPResponse & | response, |
| const RequestAbstractType & | message, | ||
| const char * | relayState | ||
| ) | const [protected] |
If the message is a request and relay state is provided, the request ID is preserved in a correlation cookie.
| response | HTTP response |
| message | the SAML message |
| relayState | the RelayState token |