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

The callback interface for ISecurity.ChangePrincipal. More...

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

Public Member Functions

void OnPrincipalChanged ()
 This will be called when the session principal has been successfully changed. More...
 
void OnAuthenticationFailure ()
 This will be called if an attempt to change the session principal failed because authentication failed at the server. This could be because the named principal was unknown or the supplied credentials were invalid. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Features.ICallback
void OnDiscard ()
 Called to notify that a call context was closed prematurely, typically due to a timeout or the session being closed. More...
 

Detailed Description

The callback interface for ISecurity.ChangePrincipal.

Member Function Documentation

void PushTechnology.ClientInterface.Client.Features.IChangePrincipalCallback.OnAuthenticationFailure ( )

This will be called if an attempt to change the session principal failed because authentication failed at the server. This could be because the named principal was unknown or the supplied credentials were invalid.

Implemented in PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault.

void PushTechnology.ClientInterface.Client.Features.IChangePrincipalCallback.OnPrincipalChanged ( )

This will be called when the session principal has been successfully changed.

Implemented in PushTechnology.ClientInterface.Client.Features.ChangePrincipalCallbackDefault.


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