Class CFW_Auth_SessionStorage

Description

HTTPセッションにユーザー情報を保持するクラス

  • author: okada

Located in /Auth/SessionStorage.php (line 9)

CFW_Auth_Storage
   |
   --CFW_Auth_SessionStorage
Variable Summary
mixed $session
Method Summary
void getIdentity ()
void isAuthenticated ()
void removeIdentity ()
void saveIdentity ( $identity)
Variables
mixed $session (line 10)
Methods
getIdentity (line 24)

(non-PHPdoc)

  • see: getIdentity()
  • access: public
void getIdentity ()

Redefinition of:
CFW_Auth_Storage::getIdentity()
認証情報取得
isAuthenticated (line 43)

(non-PHPdoc)

  • see: isAuthenticated()
  • access: public
void isAuthenticated ()

Redefinition of:
CFW_Auth_Storage::isAuthenticated()
認証チェック
removeIdentity (line 35)

(non-PHPdoc)

  • see: removeIdentity()
  • access: public
void removeIdentity ()

Redefinition of:
CFW_Auth_Storage::removeIdentity()
認証情報破棄
saveIdentity (line 15)
  • access: public
void saveIdentity ( $identity)
  • $identity

Redefinition of:
CFW_Auth_Storage::saveIdentity()
認証情報を保存

Inherited Methods

Inherited From CFW_Auth_Storage

CFW_Auth_Storage::getIdentity()
CFW_Auth_Storage::isAuthenticated()
CFW_Auth_Storage::removeIdentity()
CFW_Auth_Storage::saveIdentity()

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