Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
diffusion_authentication_handler_s Struct Reference

Structure supplied as part of a diffusion_set_authentication_handler request. More...

Data Fields

char * handler_name
  Name of the authentication handler.
 
authenticator_on_active on_active
 Callback when the authentication handler is active. More...
 
authenticator_on_authenticate on_authenticate
 Callback when a connection request to be authenticated has been received. More...
 
authenticator_on_error on_error
 Callback when the authentication handler encounters an error. More...
 
authenticator_on_close on_close
 Callback when an authentication handler is closed. More...
 

Detailed Description

Structure supplied as part of a diffusion_set_authentication_handler request.

Field Documentation

authenticator_on_active diffusion_authentication_handler_s::on_active

Callback when the authentication handler is active.

authenticator_on_authenticate diffusion_authentication_handler_s::on_authenticate

Callback when a connection request to be authenticated has been received.

authenticator_on_close diffusion_authentication_handler_s::on_close

Callback when an authentication handler is closed.

authenticator_on_error diffusion_authentication_handler_s::on_error

Callback when the authentication handler encounters an error.


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