#include <rampart_callback.h>
List of all members.
Detailed Description
Only operation get_password is to get the password User should provide a function pointer to this
Member Data Documentation
Retuens a password for the given username. By providing a function to this function pointer user can write custom password callback module
- Parameters:
-
| 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. |
- Returns:
- returns password if any. Otherwise NULL returns
Free function of the rampart callback
- Parameters:
-
| callback | rampart callback pointer |
| env | environment must not be null |
- Returns:
- AXIS2_SUCCESS on success AXIS2_FAILURE otherwise
The documentation for this struct was generated from the following file: