rampart_sec_processed_result.h File Reference

RAMPART-UTIL. More...

#include <rampart_constants.h>
#include <axis2_utils_defines.h>
#include <axis2_defines.h>
#include <axis2_env.h>

Go to the source code of this file.

Functions

AXIS2_EXTERN axis2_status_t rampart_set_security_processed_result (const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx, axis2_char_t *key, void *value)
AXIS2_EXTERN void * rampart_get_security_processed_result (const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx, axis2_char_t *key)
AXIS2_EXTERN axis2_status_t rampart_set_security_processed_results_property (const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx)
AXIS2_EXTERN axis2_hash_trampart_get_all_security_processed_results (const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx)
AXIS2_EXTERN void rampart_print_security_processed_results_set (const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx)


Detailed Description

RAMPART-UTIL.


Function Documentation

AXIS2_EXTERN axis2_hash_t* rampart_get_all_security_processed_results ( const axis2_env_t env,
axis2_msg_ctx_t msg_ctx 
)

Get the complete set of security processed results the environment the message context in which data are extracted

AXIS2_EXTERN void* rampart_get_security_processed_result ( const axis2_env_t env,
axis2_msg_ctx_t msg_ctx,
axis2_char_t *  key 
)

Get a security processed result from a message context. A service may use this method to retirieve a particular result by the key the environment the message context in which data are extracted as specified in rampart_constants section SPR

AXIS2_EXTERN void rampart_print_security_processed_results_set ( const axis2_env_t env,
axis2_msg_ctx_t msg_ctx 
)

Prints all ke/val pairs in the security processed results the environment the message context in which data are extracted

AXIS2_EXTERN axis2_status_t rampart_set_security_processed_result ( const axis2_env_t env,
axis2_msg_ctx_t msg_ctx,
axis2_char_t *  key,
void *  value 
)

Set a security processed result to the message context

AXIS2_EXTERN axis2_status_t rampart_set_security_processed_results_property ( const axis2_env_t env,
axis2_msg_ctx_t msg_ctx 
)

Set a security processed result property to the message context the environment the message context in which data are extracted


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