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

Référence de la classe Auth_OpenID_Signatory

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

Auth_OpenID_Signatory::Auth_OpenID_Signatory ( &$  store)

Create a new signatory using a given store.

Auth_OpenID_Signatory::createAssociation ( dumb = true,
assoc_type = 'HMAC-SHA1' 
)

Make a new association.

Références Auth_OpenID_getSecretSize(), Auth_OpenID_Association::fromExpiresIn(), et Auth_OpenID_CryptUtil::getBytes().

Référencé par sign().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

Auth_OpenID_Signatory::getAssociation ( assoc_handle,
dumb,
check_expiration = true 
)

Given an association handle, get the association from the store, or return a ServerError or null if something goes wrong.

Référencé par sign(), et verify().

Voici le graphe d'appel pour cette fonction :

Auth_OpenID_Signatory::invalidate ( assoc_handle,
dumb 
)

Invalidate a given association handle.

Référencé par sign().

Voici le graphe d'appel pour cette fonction :

Auth_OpenID_Signatory::sign ( response)

Given a response, sign the fields in the response's 'signed' list, and insert the signature into the response.

Références createAssociation(), getAssociation(), et invalidate().

Voici le graphe d'appel pour cette fonction :

Auth_OpenID_Signatory::verify ( assoc_handle,
message 
)

Verify, using a given association handle, a signature with signed key-value pairs from an HTTP request.

Références getAssociation().

Voici le graphe d'appel pour cette fonction :


Documentation des données membres

Auth_OpenID_Signatory::$dumb_key = 'http://localhost/|dumb'
Auth_OpenID_Signatory::$normal_key = 'http://localhost/|normal'
Auth_OpenID_Signatory::$SECRET_LIFETIME = 1209600

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