|
| AuthnRequestEvent () |
| Constructor.
|
|
const char * | getType () const |
| Returns a type string to be used for the log category in the event log. More...
|
|
virtual bool | write (std::ostream &out, const char *field, const char *absent) const |
| Outputs an event record to a stream based on the defined formatting string. More...
|
|
|
const opensaml::saml2p::AuthnRequest * | m_saml2Request |
| SAML 2.0 Request.
|
|
const std::exception * | m_exception |
| Exception.
|
|
const xmltooling::GenericRequest * | m_request |
| Request object associated with event.
|
|
const Application * | m_app |
| Application object associated with event.
|
|
const char * | m_sessionID |
| Session identifier.
|
|
const opensaml::saml2md::EntityDescriptor * | m_peer |
| Peer entity associated with event.
|
|
const char * | m_protocol |
| Protocol associated with event.
|
|
const char * | m_binding |
| Protocol binding associated with event.
|
|
const opensaml::saml2::NameID * | m_nameID |
| SAML 2.0 NameID.
|
|
◆ getType()
const char* shibsp::AuthnRequestEvent::getType |
( |
| ) |
const |
|
virtual |
Returns a type string to be used for the log category in the event log.
- Returns
- type or category for the event
Implements shibsp::TransactionLog::Event.
The documentation for this class was generated from the following file: