PHP Класс PMA\libraries\plugins\auth\AuthenticationConfig

Наследование: extends PMA\libraries\plugins\AuthenticationPlugin
Показать файл Открыть проект

Открытые методы

Метод Описание
auth ( ) : boolean Displays authentication form
authCheck ( ) : boolean Gets advanced authentication settings
authFails ( ) : boolean User is not allowed to login to MySQL -> authentication failed
authSetUser ( ) : boolean Set the user and password after last checkings if required

Описание методов

auth() публичный Метод

Displays authentication form
public auth ( ) : boolean
Результат boolean always true

authCheck() публичный Метод

Gets advanced authentication settings
public authCheck ( ) : boolean
Результат boolean always true

authFails() публичный Метод

User is not allowed to login to MySQL -> authentication failed
public authFails ( ) : boolean
Результат boolean always true (no return indeed)

authSetUser() публичный Метод

Set the user and password after last checkings if required
public authSetUser ( ) : boolean
Результат boolean always true