Inheritance diagram for apacheAuthenticator:
Collaboration diagram for apacheAuthenticator:Public Member Functions | |
| checkAuthentication () | |
| checkAuthorization ($opt) | |
| askAuthentication ($args) | |
| getAuthUser () | |
| getAuthPw () | |
| logout ($redir_uri= '') | |
| setSessionVar ($name, $value) | |
| getSessionVar ($name) | |
Public Member Functions inherited from Authenticator | |
| __construct ($authtype, $authprovider) | |
| tryInitializeUser ($username) | |
| getProviderErrno () | |
| getAuthApp () | |
| checkAuthentication () | |
| checkAuthorization ($opt) | |
| askAuthentication ($args) | |
| getAuthUser () | |
| getAuthPw () | |
| logout ($redir_uri= '') | |
| setSessionVar ($name, $value) | |
| getSessionVar ($name) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Authenticator | |
| static | getAuthParam ($provider="") |
| static | getAuthTypeParams () |
| static | freedomUserExists ($username) |
Data Fields inherited from Authenticator | |
| const | AUTH_OK = 0 |
| const | AUTH_NOK = 1 |
| const | AUTH_ASK = 2 |
| const | nullProvider = "__for_logout__" |
| $provider = null | |
Definition at line 4 of file Class.apacheAuthenticator.php.
| askAuthentication | ( | $args | ) |
Definition at line 22 of file Class.apacheAuthenticator.php.
| checkAuthentication | ( | ) |
Definition at line 6 of file Class.apacheAuthenticator.php.
| checkAuthorization | ( | $opt | ) |
Definition at line 17 of file Class.apacheAuthenticator.php.
| getAuthPw | ( | ) |
Definition at line 34 of file Class.apacheAuthenticator.php.
| getAuthUser | ( | ) |
Definition at line 29 of file Class.apacheAuthenticator.php.
| getSessionVar | ( | $name | ) |
Definition at line 56 of file Class.apacheAuthenticator.php.
| logout | ( | $redir_uri = '' | ) |
Definition at line 39 of file Class.apacheAuthenticator.php.
| setSessionVar | ( | $name, | |
| $value | |||
| ) |
Definition at line 51 of file Class.apacheAuthenticator.php.