Class SimpleAuthenticator (namespace Nette\Security)
Trivial implementation of IAuthenticator.
Object | --SimpleAuthenticator
Implements interfaces:
| Public Method Summary | |
|---|---|
| SimpleAuthenticator |
__construct
($userlist)
|
| IIdentity |
authenticate
($credentials)
Performs an authentication against e.g. database.
|
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Method Details | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 49 __constructpublic SimpleAuthenticator __construct ($userlist)
|
||||||||||||||||||
|
line 64 authenticatepublic IIdentity authenticate ($credentials) Performs an authentication against e.g. database. and returns IIdentity on success or throws AuthenticationException Implementation of:
|
||||||||||||||||||
