Class CFW_Auth_Provider

Description

認証機能の基本

  • author: okada

Located in /Auth/Provider.php (line 7)


	
			
Direct descendents
Class Description
CFW_Auth_NullAuthProvider 何もしない認証.
Variable Summary
Method Summary
boolean authenticate (unknown_type $userId, unknown_type $password)
unknown_type getIdentity ()
unknown_type isAuthenticated ()
unknown_type loadIdentity ( $userId, unknown_type $password, unknown_type $id)
unknown_type logout ()
unknown_type verify ( $userId, unknown_type $password, unknown_type $id)
Variables
Zend_Config $config (line 19)

設定

CFW_Auth_Hash $hash (line 24)

ハッシュ関数

CFW_Auth_Storage $storage (line 14)

認証情報保持

Methods
authenticate (line 32)

認証処理

  • access: public
boolean authenticate (unknown_type $userId, unknown_type $password)
  • unknown_type $userId
  • unknown_type $password
getIdentity (line 69)

identityを取得

  • access: public
unknown_type getIdentity ()
isAuthenticated (line 62)
  • access: public
unknown_type isAuthenticated ()
loadIdentity (line 47)

identity読み込み

  • access: public
unknown_type loadIdentity ( $userId, unknown_type $password, unknown_type $id)
  • unknown_type $id
  • unknown_type $password
  • $userId

Redefined in descendants as:
logout (line 76)

ログアウト

  • access: public
unknown_type logout ()
verify (line 56)

IDとパスワードの検証

unknown_type verify ( $userId, unknown_type $password, unknown_type $id)
  • unknown_type $id
  • unknown_type $password
  • $userId

Redefined in descendants as:

Documentation generated on Fri, 25 Dec 2009 21:43:08 +0900 by phpDocumentor 1.4.3