#include <saml/saml2/profile/BrowserSSOProfileValidator.h>
Inheritance diagram for opensaml::saml2::BrowserSSOProfileValidator:
Public Member Functions | |
BrowserSSOProfileValidator (const XMLCh *recipient, const std::vector< const XMLCh * > *audiences=NULL, time_t ts=0, const char *destination=NULL, const char *requestID=NULL) | |
Constructor. | |
void | validateAssertion (const Assertion &assertion) const |
Type-safe validation method. | |
const char * | getAddress () const |
Return address information from the confirmed bearer SubjectConfirmation, if any. | |
Protected Attributes | |
xmltooling::auto_ptr_XMLCh | m_destination |
Server location to which assertion was delivered. | |
xmltooling::auto_ptr_XMLCh | m_requestID |
ID of request that resulted in assertions. |
In addition to standard core requirements for validity, SSO assertions MUST be bearer-confirmable.
|
Constructor.
|
|
Return address information from the confirmed bearer SubjectConfirmation, if any.
|
|
Type-safe validation method.
Reimplemented from opensaml::saml2::AssertionValidator. |