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

Structure holding the response message from the authentication handler. More...

Data Fields

SVC_AUTHENTICATION_RESPONSE_VALUE_T value
 Indicates whether to deny, abstain or allow the request.
 
LIST_Troles
 List of additional roles which the principal has (when value is AUTHENTICATION_ALLOW_WITH_RESULT). More...
 
HASH_Tproperties
 Hashmap of additional properties (when value is AUTHENTICATION_ALLOW_WITH_RESULT). More...
 

Detailed Description

Structure holding the response message from the authentication handler.

Field Documentation

HASH_T* svc_authentication_response_s::properties

Hashmap of additional properties (when value is AUTHENTICATION_ALLOW_WITH_RESULT).

LIST_T* svc_authentication_response_s::roles

List of additional roles which the principal has (when value is AUTHENTICATION_ALLOW_WITH_RESULT).


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