Public Member Functions | |
__construct ($authtype, $authprovider) | |
tryInitializeUser ($username) | |
getProviderErrno () | |
getAuthApp () | |
checkAuthentication () | |
checkAuthorization ($opt) | |
askAuthentication ($args) | |
getAuthUser () | |
getAuthPw () | |
logout ($redir_uri= '') | |
setSessionVar ($name, $value) | |
getSessionVar ($name) | |
Static Public Member Functions | |
static | getAuthParam ($provider="") |
static | getAuthTypeParams () |
static | freedomUserExists ($username) |
Data Fields | |
const | AUTH_OK = 0 |
const | AUTH_NOK = 1 |
const | AUTH_ASK = 2 |
const | nullProvider = "__for_logout__" |
$provider = null | |
Definition at line 19 of file Class.Authenticator.php.
__construct | ( | $authtype, | |
$authprovider | |||
) |
|
abstract |
|
abstract |
|
abstract |
|
static |
getAuthApp | ( | ) |
Definition at line 143 of file Class.Authenticator.php.
|
static |
|
abstract |
|
static |
|
abstract |
getProviderErrno | ( | ) |
Definition at line 135 of file Class.Authenticator.php.
|
abstract |
|
abstract |
|
abstract |
tryInitializeUser | ( | $username | ) |
Definition at line 120 of file Class.Authenticator.php.
$provider = null |
Definition at line 32 of file Class.Authenticator.php.
const AUTH_ASK = 2 |
Definition at line 26 of file Class.Authenticator.php.
const AUTH_NOK = 1 |
Definition at line 24 of file Class.Authenticator.php.
const AUTH_OK = 0 |
Definition at line 22 of file Class.Authenticator.php.
const nullProvider = "__for_logout__" |
Definition at line 28 of file Class.Authenticator.php.