OpenVAS Libraries  4.0+rc3.SVN
Data Fields
authenticator Struct Reference

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.

Detailed Description

Representation of an abstract authentication mechanism.


Field Documentation

Optional data to be passed to the authenticate callback.

function.


The documentation for this struct was generated from the following file: