PHP 클래스 GBHTTPDigestAuth, gitblog

파일 보기 프로젝트 열기: rsms/gitblog

공개 프로퍼티들

프로퍼티 타입 설명
$domain
$realm
$ttl

공개 메소드들

메소드 설명
__construct ( $realm = 'auth', $users = null, $ttl = 300, $domain = null )
authenticate ( $users = null )
nonce ( )
parse ( $txt )
sendHeaders ( $status = '401 Unauthorized' )

메소드 상세

__construct() 공개 메소드

public __construct ( $realm = 'auth', $users = null, $ttl = 300, $domain = null )

authenticate() 공개 메소드

public authenticate ( $users = null )

nonce() 공개 메소드

public nonce ( )

parse() 정적인 공개 메소드

static public parse ( $txt )

sendHeaders() 공개 메소드

public sendHeaders ( $status = '401 Unauthorized' )

프로퍼티 상세

$domain 공개적으로 프로퍼티

public $domain

$realm 공개적으로 프로퍼티

public $realm

$ttl 공개적으로 프로퍼티

public $ttl