psf
Public Member Functions | Public Attributes | List of all members
PsfCallbackAuth Class Reference

This class allow for very simple implementation of authentication mechanism via callback methods. More...

Inheritance diagram for PsfCallbackAuth:
PsfAuthBase PsfObject

Public Member Functions

 GetID ()
 
 IsPrivileged ($privilege)
 
 IsAuthenticated ()
 
- Public Member Functions inherited from PsfAuthBase
 GetID ()
 
 IsPrivileged ($privilege)
 
 IsAuthenticated ()
 
- Public Member Functions inherited from PsfObject
 __construct ($_parent=NULL)
 
 SetParent ($_parent)
 
 GetParent ($_parent)
 
 AddChild ($_child)
 

Public Attributes

 $Tokens = array()
 
 $callback_IsAuthenticated = NULL
 
 $callback_IsPrivileged = NULL
 

Additional Inherited Members

- Protected Attributes inherited from PsfObject
 $Parent = NULL
 

Detailed Description

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.


The documentation for this class was generated from the following file: