#include <sql_auth_cache.h>
◆ ACL_USER()
◆ copy()
◆ get_username_length()
size_t ACL_USER::get_username_length |
( |
| ) |
const |
|
inline |
◆ set_host()
void ACL_USER::set_host |
( |
MEM_ROOT * |
mem, |
|
|
const char * |
host_arg |
|
) |
| |
◆ set_mfa()
◆ set_user()
void ACL_USER::set_user |
( |
MEM_ROOT * |
mem, |
|
|
const char * |
user_arg |
|
) |
| |
◆ account_locked
bool ACL_USER::account_locked |
Specifies whether the user account is locked or unlocked.
◆ can_authenticate
bool ACL_USER::can_authenticate |
◆ credentials
◆ is_role
If this ACL_USER was used as a role id then this flag is true.
During RENAME USER this variable is used for determining if it is safe to rename the user or not.
◆ m_mfa
◆ password_expired
bool ACL_USER::password_expired |
◆ password_history_length
uint32 ACL_USER::password_history_length |
The number of old passwords to check when setting a new password.
◆ password_last_changed
◆ password_lifetime
uint ACL_USER::password_lifetime |
◆ password_locked_state
◆ password_require_current
The current password needed to be specified while changing it.
◆ password_reuse_interval
uint32 ACL_USER::password_reuse_interval |
The number of days that would have to pass before a password can be reused.
◆ plugin
◆ ssl_cipher
const char* ACL_USER::ssl_cipher |
◆ ssl_type
◆ use_default_password_history
bool ACL_USER::use_default_password_history |
◆ use_default_password_lifetime
bool ACL_USER::use_default_password_lifetime |
◆ use_default_password_reuse_interval
bool ACL_USER::use_default_password_reuse_interval |
◆ user
◆ user_resource
◆ x509_issuer
const char * ACL_USER::x509_issuer |
◆ x509_subject
const char * ACL_USER::x509_subject |
The documentation for this class was generated from the following files: