Class cAuth
This class contains functions for global authentication in CONTENIDO.
Direct known subclasses
cAuthHandlerAbstract
Package: Core\Authentication
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Dominik Ziegler
Located at classes/auth/class.auth.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Dominik Ziegler
Located at classes/auth/class.auth.php
public
mixed
|
|
public
|
|
public
|
|
public
|
|
public
boolean
|
|
public
array
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
string
|
|
public
string
|
|
protected
|
#
_setExpiration( integer $expiration = NULL )
Sets or refreshs the expiration of the authentication. |
protected
|
|
protected
|
#
_setAuthInfo( string $userId, integer $expiration = NULL )
Sets the authentication info for a user. |
string |
AUTH_UID_NOBODY
Authentification user ID for nobody. |
#
'nobody'
|
string |
AUTH_UID_FORM
Authentification user ID for calling login form. |
#
'form'
|
public
array
|
$auth
The global auth information array. |
#
array()
|
protected
integer
|
$_lifetime
Lifetime for authenticated users in minutes. After that time the authentication expires. |
#
15
|
protected
boolean
|
$_defaultNobody
Automatic authentication as nobody. |
#
false
|
private
boolean
|
$_in
The "in flag". Nobody knows, for which reason it exists. |
#
false
|