PHP Class PMA\libraries\plugins\auth\AuthenticationHttp

Inheritance: extends PMA\libraries\plugins\AuthenticationPlugin
Afficher le fichier Open project: phpmyadmin/phpmyadmin Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

auth() public méthode

Displays authentication form and redirect as necessary
public auth ( ) : boolean
Résultat boolean always true (no return indeed)

authCheck() public méthode

Gets advanced authentication settings
public authCheck ( ) : boolean
Résultat boolean whether we get authentication settings or not

authFails() public méthode

User is not allowed to login to MySQL -> authentication failed
public authFails ( ) : boolean
Résultat boolean true

authForm() public méthode

Displays authentication form
public authForm ( ) : boolean
Résultat boolean

authSetUser() public méthode

Set the user and password after last checkings if required
public authSetUser ( ) : boolean
Résultat boolean always true

getLoginFormURL() public méthode

Returns URL for login form.
public getLoginFormURL ( ) : string
Résultat string