Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Package PushTechnology.ClientInterface.Client.Security.Authentication

Classes

class  CompositeAuthenticationHandler
 This class is useful when there are several steps to authentication implemented as discrete authentication handlers. It provides an alternative to adding each of the authentication handlers to the server configuation. Usually this class will be extended to create a single application-specific handler that hardcodes the creation of the discrete handlers. More...
 
interface  IAuthenticationHandler
 Authentication handlers implementing this interface can be be registered with the server. The server calls the authentication handlers when a client application creates a session, or changes the prinicipal associated with a session, allowing the handler to veto individual requests. More...
 
interface  IAuthenticationHandlerCallback
 Single-use callback provided to authenticate. More...
 
interface  IAuthenticationResult
 Additional information supplied to the server upon a succesful authentication. More...
 
interface  IAuthenticationResultSource
 Extends IAuthenticationResult with "builder style" methods that allow a new authentication result to be created. More...