Classes | |
struct | rampart_authn_provider_ops |
struct | rampart_authn_provider |
Defines | |
#define | RAMPART_AUTHN_PROVIDER_FREE(authn_provider, env) ((authn_provider)->ops->free (authn_provider, env)) |
#define | RAMPART_AUTHN_PROVIDER_CHECK_PASSWORD(authn_provider, env, msg_ctx, username, password) ((authn_provider)->ops->authn_provider_password(authn_provider, env, msg_ctx, username, password)) |
#define | RAMPART_AUTHN_PROVIDER_CHECK_PASSWORD_DIGEST(authn_provider, env, msg_ctx, nonce, nonce_length, digest) ((authn_provider)->ops->authn_provider_password(authn_provider, env, msg_ctx, nonce, nonce_length, digest)) |
Typedefs | |
typedef rampart_authn_provider_ops | rampart_authn_provider_ops_t |
typedef rampart_authn_provider | rampart_authn_provider_t |
typedef struct rampart_authn_provider_ops rampart_authn_provider_ops_t |
Type name for struct rampart_authn_provider_ops
typedef struct rampart_authn_provider rampart_authn_provider_t |
Type name for struct rampart_authn_provider