The ego list. More...
Data Fields | |
struct EgoEntry * | next |
DLL. More... | |
struct EgoEntry * | prev |
DLL. More... | |
char * | identifier |
Ego Identifier. More... | |
char * | keystring |
Public key string. More... | |
struct GNUNET_IDENTITY_Ego * | ego |
The Ego. More... | |
struct EgoEntry * EgoEntry::next |
DLL.
Definition at line 152 of file plugin_rest_identity.c.
Referenced by add_attribute_cont(), add_credential_cont(), authorize_endpoint(), collect_orphans(), consume_ticket_cont(), delete_attribute_cont(), delete_credential_cont(), do_shutdown(), ego_get_all(), find_ego(), get_egoentry(), get_egoentry_namestore(), get_identity_for_string(), libgnunet_plugin_rest_identity_done(), libgnunet_plugin_rest_namestore_done(), libgnunet_plugin_rest_reclaim_done(), list_attribute_cont(), list_credential_cont(), list_ego(), list_tickets_cont(), and revoke_ticket_cont().
struct EgoEntry * EgoEntry::prev |
DLL.
Definition at line 157 of file plugin_rest_identity.c.
char * EgoEntry::identifier |
Ego Identifier.
Definition at line 162 of file plugin_rest_identity.c.
Referenced by add_attribute_cont(), add_credential_cont(), authorize_endpoint(), delete_attribute_cont(), delete_credential_cont(), do_shutdown(), ego_delete_name(), ego_delete_pubkey(), ego_edit(), ego_get_all(), ego_get_response(), get_egoentry(), get_egoentry_namestore(), get_identity_for_string(), id_connect_cb(), libgnunet_plugin_rest_identity_done(), libgnunet_plugin_rest_namestore_done(), libgnunet_plugin_rest_openid_connect_done(), libgnunet_plugin_rest_reclaim_done(), list_attribute_cont(), list_credential_cont(), list_ego(), list_tickets_cont(), namestore_delete(), and namestore_get().
char * EgoEntry::keystring |
Public key string.
Definition at line 167 of file plugin_rest_identity.c.
Referenced by ego_delete_pubkey(), ego_edit_pubkey(), ego_get_all(), ego_get_pubkey(), ego_get_response(), get_egoentry(), libgnunet_plugin_rest_identity_done(), libgnunet_plugin_rest_namestore_done(), libgnunet_plugin_rest_openid_connect_done(), libgnunet_plugin_rest_reclaim_done(), and list_ego().
struct GNUNET_IDENTITY_Ego * EgoEntry::ego |
The Ego.
Definition at line 172 of file plugin_rest_identity.c.
Referenced by add_attribute_cont(), add_credential_cont(), authorize_endpoint(), collect_orphans(), consume_ticket_cont(), delete_attribute_cont(), delete_credential_cont(), display_record(), ego_get_all(), ego_get_response(), find_ego(), get_identity_for_string(), id_connect_cb(), list_attribute_cont(), list_credential_cont(), list_ego(), list_tickets_cont(), namestore_add_or_update(), namestore_delete(), namestore_get(), namestore_import(), revoke_ticket_cont(), and userinfo_endpoint().