#include <axis2_defines.h>
#include <axutil_env.h>
#include <axis2_msg_ctx.h>
#include <rampart_context.h>
Go to the source code of this file.
Classes | |
struct | rampart_replay_detector_ops |
struct | rampart_replay_detector |
Defines | |
#define | RAMPART_REPLAY_DETECTOR_IS_REPLAYED(replay_detector, env, msg_ctx, rampart_context) ((replay_detector)->ops->is_replayed(replay_detector, env, msg_ctx, rampart_context)) |
#define | RAMPART_REPLAY_DETECTOR_FREE(replay_detector, env) ((replay_detector)->ops->free(replay_detector, env)) |
Typedefs | |
typedef struct rampart_replay_detector_ops | rampart_replay_detector_ops_t |
typedef struct rampart_replay_detector | rampart_replay_detector_t |
Functions | |
AXIS2_EXTERN axis2_status_t | rampart_replay_detector_default (const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx, rampart_context_t *rampart_context, void *user_params) |