GNUnet 0.21.1
IdpClient Struct Reference

An idp client. More...

Collaboration diagram for IdpClient:
[legend]

Data Fields

struct IdpClientprev
 DLL. More...
 
struct IdpClientnext
 DLL. More...
 
struct GNUNET_SERVICE_Clientclient
 The client. More...
 
struct GNUNET_MQ_Handlemq
 Message queue for transmission to client. More...
 
struct Iteratorattr_iter_head
 Head of the DLL of Attribute iteration operations in progress initiated by this client. More...
 
struct Iteratorattr_iter_tail
 Tail of the DLL of Attribute iteration operations in progress initiated by this client. More...
 
struct Iteratorcred_iter_head
 Head of the DLL of Credential iteration operations in progress initiated by this client. More...
 
struct Iteratorcred_iter_tail
 Tail of the DLL of Credential iteration operations in progress initiated by this client. More...
 
struct TicketIterationticket_iter_head
 Head of DLL of ticket iteration ops. More...
 
struct TicketIterationticket_iter_tail
 Tail of DLL of ticket iteration ops. More...
 
struct TicketRevocationOperationrevoke_op_head
 Head of DLL of ticket revocation ops. More...
 
struct TicketRevocationOperationrevoke_op_tail
 Tail of DLL of ticket revocation ops. More...
 
struct TicketIssueOperationissue_op_head
 Head of DLL of ticket issue ops. More...
 
struct TicketIssueOperationissue_op_tail
 Tail of DLL of ticket issue ops. More...
 
struct ConsumeTicketOperationconsume_op_head
 Head of DLL of ticket consume ops. More...
 
struct ConsumeTicketOperationconsume_op_tail
 Tail of DLL of ticket consume ops. More...
 
struct AttributeStoreHandlestore_op_head
 Head of DLL of attribute store ops. More...
 
struct AttributeStoreHandlestore_op_tail
 Tail of DLL of attribute store ops. More...
 
struct AttributeDeleteHandledelete_op_head
 Head of DLL of attribute delete ops. More...
 
struct AttributeDeleteHandledelete_op_tail
 Tail of DLL of attribute delete ops. More...
 

Detailed Description

An idp client.

Definition at line 132 of file gnunet-service-reclaim.c.

Field Documentation

◆ prev

struct IdpClient* IdpClient::prev

DLL.

Definition at line 137 of file gnunet-service-reclaim.c.

◆ next

struct IdpClient* IdpClient::next

DLL.

Definition at line 142 of file gnunet-service-reclaim.c.

◆ client

◆ mq

struct GNUNET_MQ_Handle* IdpClient::mq

Message queue for transmission to client.

Definition at line 152 of file gnunet-service-reclaim.c.

Referenced by attr_store_cont(), consume_result_cb(), cred_store_cont(), revoke_result_cb(), send_delete_response(), send_ticket_result(), and ticket_iter_cb().

◆ attr_iter_head

struct Iterator* IdpClient::attr_iter_head

Head of the DLL of Attribute iteration operations in progress initiated by this client.

Definition at line 159 of file gnunet-service-reclaim.c.

◆ attr_iter_tail

struct Iterator* IdpClient::attr_iter_tail

Tail of the DLL of Attribute iteration operations in progress initiated by this client.

Definition at line 166 of file gnunet-service-reclaim.c.

◆ cred_iter_head

struct Iterator* IdpClient::cred_iter_head

Head of the DLL of Credential iteration operations in progress initiated by this client.

Definition at line 173 of file gnunet-service-reclaim.c.

◆ cred_iter_tail

struct Iterator* IdpClient::cred_iter_tail

Tail of the DLL of Credential iteration operations in progress initiated by this client.

Definition at line 180 of file gnunet-service-reclaim.c.

◆ ticket_iter_head

struct TicketIteration* IdpClient::ticket_iter_head

Head of DLL of ticket iteration ops.

Definition at line 185 of file gnunet-service-reclaim.c.

Referenced by handle_ticket_iteration_next(), handle_ticket_iteration_start(), handle_ticket_iteration_stop(), and ticket_iter_cb().

◆ ticket_iter_tail

struct TicketIteration* IdpClient::ticket_iter_tail

Tail of DLL of ticket iteration ops.

Definition at line 190 of file gnunet-service-reclaim.c.

Referenced by handle_ticket_iteration_start(), handle_ticket_iteration_stop(), and ticket_iter_cb().

◆ revoke_op_head

struct TicketRevocationOperation* IdpClient::revoke_op_head

Head of DLL of ticket revocation ops.

Definition at line 195 of file gnunet-service-reclaim.c.

Referenced by revoke_result_cb().

◆ revoke_op_tail

struct TicketRevocationOperation* IdpClient::revoke_op_tail

Tail of DLL of ticket revocation ops.

Definition at line 200 of file gnunet-service-reclaim.c.

Referenced by revoke_result_cb().

◆ issue_op_head

struct TicketIssueOperation* IdpClient::issue_op_head

Head of DLL of ticket issue ops.

Definition at line 205 of file gnunet-service-reclaim.c.

◆ issue_op_tail

struct TicketIssueOperation* IdpClient::issue_op_tail

Tail of DLL of ticket issue ops.

Definition at line 210 of file gnunet-service-reclaim.c.

◆ consume_op_head

struct ConsumeTicketOperation* IdpClient::consume_op_head

Head of DLL of ticket consume ops.

Definition at line 215 of file gnunet-service-reclaim.c.

Referenced by consume_result_cb().

◆ consume_op_tail

struct ConsumeTicketOperation* IdpClient::consume_op_tail

Tail of DLL of ticket consume ops.

Definition at line 220 of file gnunet-service-reclaim.c.

Referenced by consume_result_cb().

◆ store_op_head

struct AttributeStoreHandle* IdpClient::store_op_head

Head of DLL of attribute store ops.

Definition at line 225 of file gnunet-service-reclaim.c.

Referenced by attr_store_cont(), and cred_store_cont().

◆ store_op_tail

struct AttributeStoreHandle* IdpClient::store_op_tail

Tail of DLL of attribute store ops.

Definition at line 230 of file gnunet-service-reclaim.c.

Referenced by attr_store_cont(), and cred_store_cont().

◆ delete_op_head

struct AttributeDeleteHandle* IdpClient::delete_op_head

Head of DLL of attribute delete ops.

Definition at line 234 of file gnunet-service-reclaim.c.

Referenced by send_delete_response().

◆ delete_op_tail

struct AttributeDeleteHandle* IdpClient::delete_op_tail

Tail of DLL of attribute delete ops.

Definition at line 239 of file gnunet-service-reclaim.c.

Referenced by send_delete_response().


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