#include <saml/saml1/binding/SAML1SOAPClient.h>
Public Member Functions | |
SAML1SOAPClient (SOAPClient &soaper, bool fatalSAMLErrors=true) | |
Constructor. | |
virtual void | sendSAML (Request *request, const char *from, saml2md::MetadataCredentialCriteria &to, const char *endpoint) |
Specialized method for sending SAML 1.x requests. | |
virtual Response * | receiveSAML () |
Specialized method for receiving SAML 1.x responses. | |
Protected Member Functions | |
virtual bool | handleError (const Status &status) |
Handling of SAML errors. | |
Protected Attributes | |
SOAPClient & | m_soaper |
SOAP client object. | |
bool | m_fatal |
Flag controlling default error handler. |
|
Constructor.
|
|
Handling of SAML errors.
|
|
Specialized method for receiving SAML 1.x responses. The SOAP layer will be evaluated automatically, and the attached policy will be applied to the Response. The caller is responsible for freeing the Response.
|
|
Specialized method for sending SAML 1.x requests. The SOAP layer will be constructed automatically. The request will be freed by the client object regardless of the outcome.
|