Class cAuthHandlerFrontend
This class is the frontend authentication handler for CONTENIDO.
- cAuth
- cAuthHandlerAbstract
- cAuthHandlerFrontend
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.handler.frontend.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.handler.frontend.php
public
|
#
__construct( )
Constructor of the backend auth handler. Automatically sets the lifetime of the authentication to the configured value. |
public
string|false
|
#
preAuthorize( )
Handle the pre authorization. Returns a valid user ID to be set before the login form is handled, otherwise false. |
public
|
|
public
string|false
|
#
validateCredentials( )
Validate the credentials. Validate the users input against source and return a valid user ID or false. |
public
|
|
public
boolean
|
__get(),
_fetchLoginForm(),
_setAuthInfo(),
_setExpiration(),
getAuthInfo(),
getPerms(),
getUserId(),
getUsername(),
isAuthenticated(),
isLoginForm(),
logout(),
resetAuthInfo(),
restart(),
start()
|
AUTH_UID_FORM,
AUTH_UID_NOBODY
|
protected
boolean
|
$_defaultNobody | true |
$_lifetime,
$auth
|