#include <WSFDefines.h>
#include <string>
#include <rampart_callback.h>
#include <Environment.h>
Go to the source code of this file.
Classes | |
class | wso2wsf::PasswordCallback |
class PasswordCallback Represents an interface that should be implemented by a user specific password callback. Extend from the PasswordCallback class and implement the abstract methods defined here. More... | |
struct | wsf_rampart_callback |
stucture wsf_rampart_callback. This callback is used to pass data and invoke c++ level callback More... | |
Namespaces | |
namespace | wso2wsf |
namespace wso2wsf Namespace of WSO2 Web Services Framework. | |
Defines | |
#define | WSF_PASSWORD_CALLBACK_INIT(class_name) |
Typedefs | |
typedef struct wsf_rampart_callback | wsf_rampart_callback_t |
stucture wsf_rampart_callback. This callback is used to pass data and invoke c++ level callback |
#define WSF_PASSWORD_CALLBACK_INIT | ( | class_name | ) |
Macro used to load the password callback shared library to the engine. The implementor should include this macro in the code and the appropriate class name should be passed as the argument for proper deployment and functioning of the service associated with this password callback.