10Duke Enterprise C++ Client
|
#include <DefaultOIDCSessionEventListener.h>
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
.
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,. | |
|
overridevirtual |
Called when OIDC login is complete.
state | the new state. |
Implements tenduke::oidc::OIDCSessionEventListener.
|
overridevirtual |
Called when OIDCSession starts login.
Implements tenduke::oidc::OIDCSessionEventListener.
Reimplemented in tenduke::test::oidc::SessionEventListener.
|
overridevirtual |
Called when OIDC session refresh is complete,.
state | the new state. |
Implements tenduke::oidc::OIDCSessionEventListener.