10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::oidc::DefaultOIDCSessionEventListener Class Reference

#include <DefaultOIDCSessionEventListener.h>

Detailed Description

Default implementation of tenduke::oidc::OIDCSessionEventListener.

Every method is empty: You can extend this class if you are interested listening only a subset of the events.

NOTE: Read also the documentation of tenduke::oidc::OIDCSessionEventListener.

Inheritance diagram for tenduke::oidc::DefaultOIDCSessionEventListener:
tenduke::oidc::OIDCSessionEventListener tenduke::test::oidc::SessionEventListener

Public Member Functions

void loginStarting () override
 Called when OIDCSession starts login.
 
void loginComplete (const ::tenduke::oidc::OIDCState &state) override
 Called when OIDC login is complete.
 
void refreshComplete (const ::tenduke::oidc::OIDCState &state) override
 Called when OIDC session refresh is complete,.
 

Member Function Documentation

◆ loginComplete()

void tenduke::oidc::DefaultOIDCSessionEventListener::loginComplete ( const ::tenduke::oidc::OIDCState state)
overridevirtual

Called when OIDC login is complete.

Parameters
statethe new state.

Implements tenduke::oidc::OIDCSessionEventListener.

◆ loginStarting()

void tenduke::oidc::DefaultOIDCSessionEventListener::loginStarting ( )
overridevirtual

◆ refreshComplete()

void tenduke::oidc::DefaultOIDCSessionEventListener::refreshComplete ( const ::tenduke::oidc::OIDCState state)
overridevirtual

Called when OIDC session refresh is complete,.

Parameters
statethe new state.

Implements tenduke::oidc::OIDCSessionEventListener.


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