ImplicitAuthPlugin Class Reference
[Plugins]
Abstract class for implicit authentication plugins.
More...
List of all members.
Detailed Description
Abstract class for implicit authentication plugins.
Contributed by Dan Galewsky, University of Texas
Definition at line 22 of file ImplicitAuthPlugin.inc.php.
Member Function Documentation
| ImplicitAuthPlugin.implicitAuth |
( |
|
) |
|
Authenticate a user based on some external conditions or system. Subclasses should implement this method.
- Returns:
- object User object for authenticated user, if authentication was successful; otherwise, the method should not return (i.e. the request should be redirected to login or elsewhere).
Definition at line 31 of file ImplicitAuthPlugin.inc.php.
The documentation for this class was generated from the following file: