shibboleth-3.5.0
shibsp::LoginEvent Class Reference
Inheritance diagram for shibsp::LoginEvent:
shibsp::TransactionLog::Event

Public Member Functions

 LoginEvent ()
 Constructor.
 
const char * getType () const
 Returns a type string to be used for the log category in the event log. More...
 
- Public Member Functions inherited from shibsp::TransactionLog::Event
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...
 

Public Attributes

const opensaml::saml2::AuthnStatement * m_saml2AuthnStatement
 SAML 2.0 AuthnStatement. More...
 
const opensaml::saml2p::StatusResponseType * m_saml2Response
 SAML 2.0 Response. More...
 
const opensaml::saml1::AuthenticationStatement * m_saml1AuthnStatement
 SAML 1.x AuthnStatement. More...
 
const opensaml::saml1p::Response * m_saml1Response
 SAML 1.x Response. More...
 
const std::vector< Attribute * > * m_attributes
 Attributes associated with event. More...
 
- Public Attributes inherited from shibsp::TransactionLog::Event
const std::exception * m_exception
 Exception.
 
const xmltooling::GenericRequest * m_request
 Request object associated with event. More...
 
const Applicationm_app
 Application object associated with event. More...
 
const char * m_sessionID
 Session identifier. More...
 
const opensaml::saml2md::EntityDescriptor * m_peer
 Peer entity associated with event. More...
 
const char * m_protocol
 Protocol associated with event. More...
 
const char * m_binding
 Protocol binding associated with event. More...
 
const opensaml::saml2::NameID * m_nameID
 SAML 2.0 NameID. More...
 

Additional Inherited Members

- Protected Types inherited from shibsp::TransactionLog::Event
typedef bool(* handler_fn) (const Event &e, std::ostream &)
 Function that handles a formatting token. More...
 
- Protected Member Functions inherited from shibsp::TransactionLog::Event
 Event ()
 Constructor.
 
- Protected Attributes inherited from shibsp::TransactionLog::Event
std::map< std::string, handler_fnm_handlers
 Map of tokens to handlers. More...
 

Member Function Documentation

◆ getType()

const char* shibsp::LoginEvent::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.

Member Data Documentation

◆ m_attributes

const std::vector<Attribute*>* shibsp::LoginEvent::m_attributes

Attributes associated with event.

◆ m_saml1AuthnStatement

const opensaml::saml1::AuthenticationStatement* shibsp::LoginEvent::m_saml1AuthnStatement

SAML 1.x AuthnStatement.

◆ m_saml1Response

const opensaml::saml1p::Response* shibsp::LoginEvent::m_saml1Response

SAML 1.x Response.

◆ m_saml2AuthnStatement

const opensaml::saml2::AuthnStatement* shibsp::LoginEvent::m_saml2AuthnStatement

SAML 2.0 AuthnStatement.

◆ m_saml2Response

const opensaml::saml2p::StatusResponseType* shibsp::LoginEvent::m_saml2Response

SAML 2.0 Response.


The documentation for this class was generated from the following file: