PHP 클래스 Horde_Dav_Auth, horde

저자: Jan Schneider ([email protected])
상속: extends Sabre\DAV\Auth\Backend\AbstractBasic
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_auth Horde_Auth_Base Authentication object.

공개 메소드들

메소드 설명
__construct ( Horde_Auth_Base $auth ) Constructor.

보호된 메소드들

메소드 설명
validateUserPass ( string $username, string $password ) : boolean Validates a username and password

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Horde_Auth_Base $auth )
$auth Horde_Auth_Base An authentication object.

validateUserPass() 보호된 메소드

This method should return true or false depending on if login succeeded.
protected validateUserPass ( string $username, string $password ) : boolean
$username string
$password string
리턴 boolean

프로퍼티 상세

$_auth 보호되어 있는 프로퍼티

Authentication object.
protected Horde_Auth_Base $_auth
리턴 Horde_Auth_Base