Public Member Functions | |
AuthnRequestEvent () | |
Constructor. | |
const char * | getType () const |
Returns a type string to be used for the log category in the event log. | |
Public Attributes | |
const opensaml::saml2p::AuthnRequest * | m_saml2Request |
SAML 2.0 Request. |
const char* shibsp::AuthnRequestEvent::getType | ( | ) | const [virtual] |
Returns a type string to be used for the log category in the event log.
Implements shibsp::TransactionLog::Event.
const opensaml::saml2p::AuthnRequest* shibsp::AuthnRequestEvent::m_saml2Request |
SAML 2.0 Request.