Authentication class, provides an interface for the Joomla authentication system
- Depuis
- 1.7.0
◆ __construct()
◆ attach()
Attach an observer object
- Paramètres
-
object | $observer | An observer object to attach |
- Renvoie
- void
- Depuis
- 1.7.0
Références $check, $class, et $key.
◆ authenticate()
authenticate |
( |
|
$credentials, |
|
|
|
$options = array() |
|
) |
| |
◆ authorise()
static authorise |
( |
|
$response, |
|
|
|
$options = array() |
|
) |
| |
|
static |
◆ detach()
Detach an observer object
- Paramètres
-
object | $observer | An observer object to detach. |
- Renvoie
- boolean True if the observer object was detached.
- Depuis
- 1.7.0
Références $key.
◆ getInstance()
Returns the global authentication object, only creating it if it doesn't already exist.
- Renvoie
- Authentication The global Authentication object
- Depuis
- 1.7.0
◆ getState()
Get the state of the Authentication object
- Renvoie
- mixed The state of the object.
- Depuis
- 1.7.0
Références $state.
◆ $instance
◆ $methods
◆ $observers
◆ $state
◆ STATUS_CANCEL
◆ STATUS_DENIED
◆ STATUS_EXPIRED
◆ STATUS_FAILURE
◆ STATUS_SUCCESS
◆ STATUS_UNKNOWN
const STATUS_UNKNOWN = 32 |
La documentation de cette classe a été générée à partir du fichier suivant :