Classes | |
| struct | rampart_credentials_ops |
| struct | rampart_credentials |
Defines | |
| #define | RAMPART_CREDENTIALS_FREE(credentials, env) ((credentials)->ops->free (credentials, env)) |
| #define | RAMPART_CREDENTIALS_USERNAME_GET(credentials, env, msg_ctx, username, password) ((credentials)->ops->rampart_credentials_username_get(credentials, env, msg_ctx, username, password)) |
Typedefs | |
| typedef enum rampart_credentials_status | rampart_credentials_status_t |
| typedef rampart_credentials_ops | rampart_credentials_ops_t |
| typedef rampart_credentials | rampart_credentials_t |
Enumerations | |
| enum | rampart_credentials_status { RAMPART_CREDENTIALS_PW_FOUND = 0, RAMPART_CREDENTIALS_PW_NOT_FOUND, RAMPART_CREDENTIALS_USER_FOUND, RAMPART_CREDENTIALS_USER_NOT_FOUND, RAMPART_CREDENTIALS_GENERAL_ERROR } |
| typedef struct rampart_credentials_ops rampart_credentials_ops_t |
Type name for struct rampart_credentials_ops
| typedef struct rampart_credentials rampart_credentials_t |
Type name for struct rampart_credentials
1.4.7