MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
plugin_auth.h File Reference
#include <mysql/plugin.h>
#include <mysql/plugin_auth_common.h>
Include dependency graph for plugin_auth.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  st_mysql_server_auth_info
struct  st_mysql_auth

Macros

#define MYSQL_PLUGIN_AUTH_INCLUDED
#define MYSQL_AUTHENTICATION_INTERFACE_VERSION   0x0100
#define PASSWORD_USED_NO   0
#define PASSWORD_USED_YES   1
#define PASSWORD_USED_NO_MENTION   2

Typedefs

typedef struct
st_mysql_server_auth_info 
MYSQL_SERVER_AUTH_INFO

Detailed Description

Authentication Plugin API.

This file defines the API for server authentication plugins.

Definition in file plugin_auth.h.

Typedef Documentation

Provides server plugin access to authentication information