API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe Auth_Yadis_Discovery

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

Auth_Yadis_Discovery::Auth_Yadis_Discovery ( &$  session,
url,
session_key_suffix = null 
)

Initialize a discovery object.

Paramètres:
Auth_Yadis_PHPSession$sessionAn object which implements the Auth_Yadis_PHPSession API.
string$urlThe URL on which to attempt discovery.
string$session_key_suffixThe optional session key suffix override.

Initialize a discovery object

Références $session, $url, et url.

Auth_Yadis_Discovery::cleanup ( force = false)

Clean up Yadis-related services in the session and return the most-recently-attempted service from the manager, if one exists.

Paramètres:
$forceTrue if the manager should be deleted regardless of whether it's a manager for $this->url.

Références destroyManager(), et getManager().

Voici le graphe d'appel pour cette fonction :

& Auth_Yadis_Discovery::createManager ( services,
yadis_url = null 
)

private

Références getManager(), getSessionKey(), et url.

Référencé par getNextService().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Discovery::destroyManager ( force = false)

private

Paramètres:
$forceTrue if the manager should be deleted regardless of whether it's a manager for $this->url.

Références getManager(), et getSessionKey().

Référencé par cleanup(), et getNextService().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

& Auth_Yadis_Discovery::getManager ( force = false)

private

Paramètres:
$forceTrue if the manager should be returned regardless of whether it's a manager for $this->url.

Références getSessionKey().

Référencé par cleanup(), createManager(), destroyManager(), et getNextService().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Discovery::getNextService ( discover_cb,
&$  fetcher 
)

Return the next authentication service for the pair of user_input and session. This function handles fallback.

Références createManager(), destroyManager(), getManager(), et url.

Voici le graphe d'appel pour cette fonction :

Auth_Yadis_Discovery::getSessionKey ( )

private

Référencé par createManager(), destroyManager(), et getManager().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

Auth_Yadis_Discovery::$DEFAULT_SUFFIX = 'auth'

private

Auth_Yadis_Discovery::$PREFIX = '_yadis_services_'

private


La documentation de cette classe a été générée à partir du fichier suivant :