MySQL 8.4.0
Source Code Documentation
plugin_validate_password.h File Reference

API for validate_password plugin. More...

#include <mysql/plugin.h>

Go to the source code of this file.

Classes

struct  st_mysql_validate_password
 This plugin type defines interface that the server uses to enforce a password policy. More...
 

Macros

#define MYSQL_VALIDATE_PASSWORD_INTERFACE_VERSION   0x0100
 

Typedefs

typedef void * mysql_string_handle
 

Detailed Description

API for validate_password plugin.

(MYSQL_VALIDATE_PASSWORD_PLUGIN)

Macro Definition Documentation

◆ MYSQL_VALIDATE_PASSWORD_INTERFACE_VERSION

#define MYSQL_VALIDATE_PASSWORD_INTERFACE_VERSION   0x0100

Typedef Documentation

◆ mysql_string_handle

typedef void* mysql_string_handle