Public Member Functions | |
__construct ($authtype, $authprovider) | |
freedomUserExists ($username) | |
tryInitializeUser ($username) | |
getProviderErrno () | |
checkAuthentication () | |
checkAuthorization ($opt) | |
askAuthentication ($args) | |
getAuthUser () | |
getAuthPw () | |
logout ($redir_uri) | |
setSessionVar ($name, $value) | |
getSessionVar ($name) | |
Data Fields | |
const | AUTH_OK = 0 |
const | AUTH_NOK = 1 |
const | AUTH_ASK = 2 |
Definition at line 21 of file Class.Authenticator.php.
__construct | ( | $authtype, | |
$authprovider | |||
) |
|
abstract |
|
abstract |
|
abstract |
freedomUserExists | ( | $username | ) |
|
abstract |
|
abstract |
getProviderErrno | ( | ) |
Definition at line 97 of file Class.Authenticator.php.
|
abstract |
|
abstract |
|
abstract |
tryInitializeUser | ( | $username | ) |
Definition at line 82 of file Class.Authenticator.php.
const AUTH_ASK = 2 |
Definition at line 28 of file Class.Authenticator.php.
const AUTH_NOK = 1 |
Definition at line 26 of file Class.Authenticator.php.
const AUTH_OK = 0 |
Definition at line 24 of file Class.Authenticator.php.
← centre documentaire |
|