D-Bus 1.14.10
|
Virtual table representing a particular auth mechanism. More...
Data Fields | |
const char * | mechanism |
Name of the mechanism. More... | |
DBusAuthDataFunction | server_data_func |
Function on server side for DATA. More... | |
DBusAuthEncodeFunction | server_encode_func |
Function on server side to encode. More... | |
DBusAuthDecodeFunction | server_decode_func |
Function on server side to decode. More... | |
DBusAuthShutdownFunction | server_shutdown_func |
Function on server side to shut down. More... | |
DBusInitialResponseFunction | client_initial_response_func |
Function on client side to handle initial response. More... | |
DBusAuthDataFunction | client_data_func |
Function on client side for DATA. More... | |
DBusAuthEncodeFunction | client_encode_func |
Function on client side for encode. More... | |
DBusAuthDecodeFunction | client_decode_func |
Function on client side for decode. More... | |
DBusAuthShutdownFunction | client_shutdown_func |
Function on client side for shutdown. More... | |
Virtual table representing a particular auth mechanism.
Definition at line 102 of file dbus-auth.c.
DBusAuthDataFunction DBusAuthMechanismHandler::client_data_func |
Function on client side for DATA.
Definition at line 110 of file dbus-auth.c.
DBusAuthDecodeFunction DBusAuthMechanismHandler::client_decode_func |
Function on client side for decode.
Definition at line 112 of file dbus-auth.c.
DBusAuthEncodeFunction DBusAuthMechanismHandler::client_encode_func |
Function on client side for encode.
Definition at line 111 of file dbus-auth.c.
DBusInitialResponseFunction DBusAuthMechanismHandler::client_initial_response_func |
Function on client side to handle initial response.
Definition at line 109 of file dbus-auth.c.
DBusAuthShutdownFunction DBusAuthMechanismHandler::client_shutdown_func |
Function on client side for shutdown.
Definition at line 113 of file dbus-auth.c.
const char* DBusAuthMechanismHandler::mechanism |
Name of the mechanism.
Definition at line 104 of file dbus-auth.c.
DBusAuthDataFunction DBusAuthMechanismHandler::server_data_func |
Function on server side for DATA.
Definition at line 105 of file dbus-auth.c.
DBusAuthDecodeFunction DBusAuthMechanismHandler::server_decode_func |
Function on server side to decode.
Definition at line 107 of file dbus-auth.c.
DBusAuthEncodeFunction DBusAuthMechanismHandler::server_encode_func |
Function on server side to encode.
Definition at line 106 of file dbus-auth.c.
DBusAuthShutdownFunction DBusAuthMechanismHandler::server_shutdown_func |
Function on server side to shut down.
Definition at line 108 of file dbus-auth.c.