#include <rampart_callback.h>
Public Attributes | |
| axis2_char_t *(* | callback_password )(rampart_callback_t *callback, const axutil_env_t *env, const axis2_char_t *username, void *param) |
| axis2_status_t(* | free )(rampart_callback_t *rcb, const axutil_env_t *env) |
| axis2_char_t*( * rampart_callback_ops::callback_password)(rampart_callback_t *callback, const axutil_env_t *env, const axis2_char_t *username, void *param) |
Retuens a password for the given username. By providing a function to this function pointer user can write custom password callback module
| callback | rampart callback pointer | |
| env | environment must not be null | |
| username | The username of the password expected. | |
| param | any parameter that is to be passed to the callback function. |
| axis2_status_t( * rampart_callback_ops::free)(rampart_callback_t *rcb, const axutil_env_t *env) |
Free function of the rampart callback
| callback | rampart callback pointer | |
| env | environment must not be null |
1.4.7