Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault Class Reference

Default implementation of IChangePrincipalCallback. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault:
PushTechnology.ClientInterface.Client.Features.IChangePrincipalCallback PushTechnology.ClientInterface.Client.Features.ICallback

Public Member Functions

virtual void OnDiscard ()
 Notification that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context. More...
 
virtual void OnPrincipalChanged ()
 Notification that a request to change the session principal was successful. More...
 
virtual void OnAuthenticationFailure ()
 Notification that a request to change the session principal failed. More...
 

Detailed Description

Default implementation of IChangePrincipalCallback.

This simply logs the OnPrincipalChanged callback at 'Debug' level and OnAuthenticationFailure at 'Warn' level. This methods may be overridden as required.

Member Function Documentation

virtual void PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault.OnAuthenticationFailure ( )
virtual

Notification that a request to change the session principal failed.

Implements PushTechnology.ClientInterface.Client.Features.IChangePrincipalCallback.

virtual void PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault.OnDiscard ( )
virtual

Notification that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context.

Implements PushTechnology.ClientInterface.Client.Features.ICallback.

virtual void PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault.OnPrincipalChanged ( )
virtual

Notification that a request to change the session principal was successful.

Implements PushTechnology.ClientInterface.Client.Features.IChangePrincipalCallback.


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