OpenVAS Libraries
4.0+rc3.SVN
|
Representation of an abstract authentication mechanism. More...
Data Fields | |
auth_method_t | method |
The method of this authenticator. | |
int | order |
The order. Authenticators with lower order will be tried first. | |
int(* | authenticate )(const gchar *user, const gchar *pass, void *data) |
Authentication callback function. | |
void * | data |
Optional data to be passed to the authenticate callback. |
Representation of an abstract authentication mechanism.
void* authenticator::data |
Optional data to be passed to the authenticate callback.
function.