rampart authn_provider


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

Detailed Description

Struct to authenticate username/password pair

Typedef Documentation

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


Generated on Wed Dec 20 20:14:13 2006 for Axis2/C by  doxygen 1.5.1