PHP 클래스 PMA\libraries\plugins\auth\AuthenticationHttp

상속: extends PMA\libraries\plugins\AuthenticationPlugin
파일 보기 프로젝트 열기: phpmyadmin/phpmyadmin 1 사용 예제들

공개 메소드들

메소드 설명
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