Common type definitions for the identity provider service and API. More...
Go to the source code of this file.
Data Structures | |
| struct | AttributeStoreMessage |
| Use to store an identity attribute. More... | |
| struct | AttributeDeleteMessage |
| Use to delete an identity attribute. More... | |
| struct | SuccessResultMessage |
| Attribute store/delete response message. More... | |
| struct | AttributeResultMessage |
| Attribute is returned from the idp. More... | |
| struct | CredentialResultMessage |
| Credential is returned from the idp. More... | |
| struct | AttributeIterationStartMessage |
| Start a attribute iteration for the given identity. More... | |
| struct | AttributeIterationNextMessage |
| Ask for next result of attribute iteration for the given operation. More... | |
| struct | CredentialIterationStartMessage |
| Start a credential iteration for the given identity. More... | |
| struct | CredentialIterationNextMessage |
| Ask for next result of credential iteration for the given operation. More... | |
| struct | CredentialIterationStopMessage |
| Stop credential iteration for the given operation. More... | |
| struct | AttributeIterationStopMessage |
| Stop attribute iteration for the given operation. More... | |
| struct | TicketIterationStartMessage |
| Start a ticket iteration for the given identity. More... | |
| struct | TicketIterationNextMessage |
| Ask for next result of ticket iteration for the given operation. More... | |
| struct | TicketIterationStopMessage |
| Stop ticket iteration for the given operation. More... | |
| struct | IssueTicketMessage |
| Ticket issue message. More... | |
| struct | RevokeTicketMessage |
| Ticket revoke message. More... | |
| struct | RevokeTicketResultMessage |
| Ticket revoke message. More... | |
| struct | TicketResultMessage |
| Ticket result message. More... | |
| struct | ConsumeTicketMessage |
| Ticket consume message. More... | |
| struct | ConsumeTicketResultMessage |
| Attribute list is returned from the idp. More... | |
Common type definitions for the identity provider service and API.
Definition in file reclaim.h.