MySQL 9.1.0
Source Code Documentation
|
Classes for caching_sha2_authentication plugin. More...
#include <string>
#include <unordered_map>
#include "crypt_genhash_impl.h"
#include "mysql/plugin.h"
#include "mysql/psi/mysql_rwlock.h"
#include "sql/auth/i_sha2_password_common.h"
Go to the source code of this file.
Classes | |
struct | sha2_password::sha2_cache_entry |
class | sha2_password::SHA2_password_cache |
Password cache used for caching_sha2_authentication. More... | |
class | sha2_password::Caching_sha2_password |
Class to handle caching_sha2_authentication Provides methods for: More... | |
Namespaces | |
namespace | sha2_password |
Typedefs | |
typedef struct sha2_password::sha2_cache_entry | sha2_password::sha2_cache_entry |
Classes for caching_sha2_authentication plugin.