Liste de tous les membres
Fonctions membres publiques statiques |
static | getInstance () |
static | authorise ($response, $options=array()) |
Attributs protégés statiques |
static | $instance |
Documentation des constructeurs et destructeur
JAuthentication::__construct |
( |
| ) |
|
Documentation des fonctions membres
JAuthentication::attach |
( |
|
$observer | ) |
|
Attach an observer object
- Paramètres:
-
object | $observer | An observer object to attach |
- Renvoie:
- void
- Depuis:
- 11.1
Références $check, $class, et $key.
JAuthentication::authenticate |
( |
|
$credentials, |
|
|
|
$options = array() |
|
) |
| |
static JAuthentication::authorise |
( |
|
$response, |
|
|
|
$options = array() |
|
) |
| |
|
static |
JAuthentication::detach |
( |
|
$observer | ) |
|
Detach an observer object
- Paramètres:
-
object | $observer | An observer object to detach. |
- Renvoie:
- boolean True if the observer object was detached.
- Depuis:
- 11.1
Références $key.
static JAuthentication::getInstance |
( |
| ) |
|
|
static |
Returns the global authentication object, only creating it if it doesn't already exist.
- Renvoie:
- JAuthentication The global JAuthentication object
- Depuis:
- 11.1
JAuthentication::getState |
( |
| ) |
|
Get the state of the JAuthentication object
- Renvoie:
- mixed The state of the object.
- Depuis:
- 11.1
Documentation des données membres
JAuthentication::$_methods = array() |
|
protected |
JAuthentication::$_observers = array() |
|
protected |
JAuthentication::$_state = null |
|
protected |
JAuthentication::$instance |
|
staticprotected |
const JAuthentication::STATUS_CANCEL = 2 |
Status to indicate cancellation of authentication (unused) STATUS_CANCEL cancelled request (unused)
- Depuis:
- 11.2
const JAuthentication::STATUS_DENIED = 16 |
This is the status code returned when the account has been denied (prevent login) STATUS_DENIED denied request (will prevent login)
- Depuis:
- 11.2
const JAuthentication::STATUS_EXPIRED = 8 |
This is the status code returned when the account has expired (prevent login) STATUS_EXPIRED an expired account (will prevent login)
- Depuis:
- 11.2
const JAuthentication::STATUS_FAILURE = 4 |
const JAuthentication::STATUS_SUCCESS = 1 |
const JAuthentication::STATUS_UNKNOWN = 32 |
This is the status code returned when the account doesn't exist (not an error) STATUS_UNKNOWN unknown account (won't permit or prevent login)
- Depuis:
- 11.2
La documentation de cette classe a été générée à partir du fichier suivant :