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

Structure containing the information required when sending a request to register as an authentication service. More...

Data Fields

uint32_t service_id
 Service ID, at the moment this is always SVC_AUTHENTICATION.
 
char * control_group
 The control group name to register with; "default" if not specified. More...
 
char * handler_name
 A name which this handler is known by, and which matches a name defined in Server.xml. More...
 
HASH_Tsession_detail_type_set
 A hashmap of the types of information requested when the authorisation handler is called. More...
 
CONVERSATION_ID_Tconversation_id
 A conversation ID to correlate requests and responses associated to this request. More...
 

Detailed Description

Structure containing the information required when sending a request to register as an authentication service.

Field Documentation

char* svc_authentication_register_request_s::control_group

The control group name to register with; "default" if not specified.

CONVERSATION_ID_T* svc_authentication_register_request_s::conversation_id

A conversation ID to correlate requests and responses associated to this request.

char* svc_authentication_register_request_s::handler_name

A name which this handler is known by, and which matches a name defined in Server.xml.

HASH_T* svc_authentication_register_request_s::session_detail_type_set

A hashmap of the types of information requested when the authorisation handler is called.


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