API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
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().
Auth_OpenID_Signatory::getAssociation | ( | $ | assoc_handle, |
$ | dumb, | ||
$ | check_expiration = true |
||
) |
Auth_OpenID_Signatory::invalidate | ( | $ | assoc_handle, |
$ | dumb | ||
) |
Invalidate a given association handle.
Référencé par sign().
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().
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().
Auth_OpenID_Signatory::$dumb_key = 'http://localhost/|dumb' |
Auth_OpenID_Signatory::$normal_key = 'http://localhost/|normal' |
Auth_OpenID_Signatory::$SECRET_LIFETIME = 1209600 |