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

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

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

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

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

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

Displays authentication form and redirect as necessary
public auth ( ) : boolean
Результат boolean always true (no return indeed)

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

Gets advanced authentication settings
public authCheck ( ) : boolean
Результат boolean whether we get authentication settings or not

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

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

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

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

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

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

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

Returns URL for login form.
public getLoginFormURL ( ) : string
Результат string