#include <PasswordCallback.h>
Public Member Functions | |
virtual std::string | getPassword (std::string &username)=0 |
virtual std::string | getPKCS12Password (std::string &username)=0 |
virtual WSF_EXTERN | ~PasswordCallback () |
Static Public Member Functions | |
static WSF_EXTERN axis2_char_t * | callbackPassword (rampart_callback_t *callback, const axutil_env_t *env, const axis2_char_t *username, void *param) |
static WSF_EXTERN axis2_char_t * | callbackPKCS12Password (rampart_callback_t *callback, const axutil_env_t *env, const axis2_char_t *username, void *param) |
virtual WSF_EXTERN wso2wsf::PasswordCallback::~PasswordCallback | ( | ) | [virtual] |
destructor that can be overridden.
static WSF_EXTERN axis2_char_t* wso2wsf::PasswordCallback::callbackPassword | ( | rampart_callback_t * | callback, | |
const axutil_env_t * | env, | |||
const axis2_char_t * | username, | |||
void * | param | |||
) | [static] |
Static Handler to be invoked to get the password
static WSF_EXTERN axis2_char_t* wso2wsf::PasswordCallback::callbackPKCS12Password | ( | rampart_callback_t * | callback, | |
const axutil_env_t * | env, | |||
const axis2_char_t * | username, | |||
void * | param | |||
) | [static] |
Static Handler to be invoked to get the pkcs12 password
virtual std::string wso2wsf::PasswordCallback::getPassword | ( | std::string & | username | ) | [pure virtual] |
Handler to be invoked to get the password
username | Username associated with the password |
virtual std::string wso2wsf::PasswordCallback::getPKCS12Password | ( | std::string & | username | ) | [pure virtual] |
Handler to be invoked to get the pkcs12 password
username | Username |