psf
|
This class allow for very simple implementation of authentication mechanism via callback methods. More...
Public Member Functions | |
GetID () | |
IsPrivileged ($privilege) | |
IsAuthenticated () | |
![]() | |
GetID () | |
IsPrivileged ($privilege) | |
IsAuthenticated () | |
![]() | |
__construct ($_parent=NULL) | |
SetParent ($_parent) | |
GetParent ($_parent) | |
AddChild ($_child) | |
Public Attributes | |
$Tokens = array() | |
$callback_IsAuthenticated = NULL | |
$callback_IsPrivileged = NULL | |
Additional Inherited Members | |
![]() | |
$Parent = NULL | |
This class allow for very simple implementation of authentication mechanism via callback methods.
Both standard functions are calling user defined callbacks, so the PHP implementation of authentication mechanism is completely left up to user
Definition at line 26 of file callbackauth.php.