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

Référence de la classe Auth_OpenID_DumbStore

Graphe d'héritage de Auth_OpenID_DumbStore:
Graphe de collaboration de Auth_OpenID_DumbStore:

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

Auth_OpenID_DumbStore::Auth_OpenID_DumbStore ( secret_phrase)

Creates a new Auth_OpenID_DumbStore instance. For the security of the tokens generated by the library, this class attempts to at least have a secure implementation of getAuthKey.

When you create an instance of this class, pass in a secret phrase. The phrase is hashed with sha1 to make it the correct length and form for an auth key. That allows you to use a long string as the secret phrase, which means you can make it very difficult to guess.

Each Auth_OpenID_DumbStore instance that is created for use by your consumer site needs to use the same $secret_phrase.

Paramètres:
stringsecret_phrase The phrase used to create the auth key returned by getAuthKey

Références Auth_OpenID_SHA1().

Voici le graphe d'appel pour cette fonction :

Auth_OpenID_DumbStore::getAssociation ( server_url,
handle = null 
)

This implementation always returns null.

Réimplémentée à partir de Auth_OpenID_OpenIDStore.

Auth_OpenID_DumbStore::getAuthKey ( )

This method returns the auth key generated by the constructor.

Auth_OpenID_DumbStore::removeAssociation ( server_url,
handle 
)

This implementation always returns false.

Réimplémentée à partir de Auth_OpenID_OpenIDStore.

Auth_OpenID_DumbStore::storeAssociation ( server_url,
association 
)

This implementation does nothing.

Réimplémentée à partir de Auth_OpenID_OpenIDStore.

Auth_OpenID_DumbStore::useNonce ( server_url,
timestamp,
salt 
)

In a system truly limited to dumb mode, nonces must all be accepted. This therefore always returns true, which makes replay attacks feasible.

Réimplémentée à partir de Auth_OpenID_OpenIDStore.


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