Class NSimpleAuthenticator
Trivial implementation of IAuthenticator.
NObject | --NSimpleAuthenticator
Implements interfaces:
Public Method Summary | |
---|---|
NSimpleAuthenticator |
__construct
($userlist)
|
IIdentity |
authenticate
($credentials)
Performs an authentication against e.g. database.
|
Methods Inherited From NObject |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Method Details | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
line 48 __constructpublic NSimpleAuthenticator __construct ($userlist)
|
||||||||||||||||||
line 63 authenticatepublic IIdentity authenticate ($credentials) Performs an authentication against e.g. database. and returns IIdentity on success or throws NAuthenticationException Implementation of:
|