Interface IUserManager
IUserManager interface
IUserManager specifies the interface that must be implemented by a user
manager class if it is to be used together with TAuthManager
and TUser
.
Package: System\Security
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Security/IUserManager.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Security/IUserManager.php
public
string
|
|
public
|
|
public
|
#
getUserFromCookie(
Returns a user instance according to auth data stored in a cookie. |
public
|
|
public
boolean
|
#
validateUser( string $username, string $password )
Validates if the username and password are correct. |