認証処理
boolean
authenticate
(unknown_type $userId, unknown_type $password)
-
unknown_type
$userId
-
unknown_type
$password
identityを取得
unknown_type
getIdentity
()
unknown_type
isAuthenticated
()
identity読み込み
unknown_type
loadIdentity
( $userId, unknown_type $password, unknown_type $id)
-
unknown_type
$id
-
unknown_type
$password
-
$userId
Redefined in descendants as:
ログアウト
unknown_type
logout
()
IDとパスワードの検証
unknown_type
verify
( $userId, unknown_type $password, unknown_type $id)
-
unknown_type
$id
-
unknown_type
$password
-
$userId
Redefined in descendants as: