Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| openid.pages.inc | file | modules/ |
User page callbacks for the openid module. |
| openid.test | file | modules/ |
Tests for openid.module. |
| OpenIDFunctionalTestCase | class | modules/ |
Test discovery and login using OpenID |
| OpenIDFunctionalTestCase::$web_user | property | modules/ |
|
| OpenIDFunctionalTestCase::addIdentity | function | modules/ |
Add OpenID identity to user's profile. |
| OpenIDFunctionalTestCase::addRedirectedIdentity | function | modules/ |
Add OpenID identity, changed by the following redirects, to user's profile. |
| OpenIDFunctionalTestCase::getInfo | function | modules/ |
|
| OpenIDFunctionalTestCase::setUp | function | modules/ |
|
| OpenIDFunctionalTestCase::testBlockedUserLogin | function | modules/ |
Test that a blocked user cannot log in. |
| OpenIDFunctionalTestCase::testDelete | function | modules/ |
Test deleting an OpenID identity from a user's profile. |
| OpenIDFunctionalTestCase::testDiscovery | function | modules/ |
Test discovery of OpenID Provider Endpoint via Yadis and HTML. |
| OpenIDFunctionalTestCase::testLogin | function | modules/ |
Test login using OpenID. |
| OpenIDFunctionalTestCase::testLoginMaintenanceMode | function | modules/ |
Test login using OpenID during maintenance mode. |
| OpenIDFunctionalTestCase::testSignatureValidation | function | modules/ |
Tests that openid.signed is verified. |
| OpenIDInvalidIdentifierTransitionTestCase | class | modules/ |
Test account registration using Simple Registration and Attribute Exchange. |
| OpenIDInvalidIdentifierTransitionTestCase::getInfo | function | modules/ |
|
| OpenIDInvalidIdentifierTransitionTestCase::setUp | function | modules/ |
|
| OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountAutoUpdateSreg | function | modules/ |
Test OpenID auto transition with e-mail. |
| OpenIDInvalidIdentifierTransitionTestCase::testStrippedFragmentAccountEmailMismatch | function | modules/ |
Test OpenID transition with e-mail mismatch. |
| OpenIDRegistrationTestCase | class | modules/ |
Test account registration using Simple Registration and Attribute Exchange. |
| OpenIDRegistrationTestCase::getInfo | function | modules/ |
|
| OpenIDRegistrationTestCase::setUp | function | modules/ |
|
| OpenIDRegistrationTestCase::testRegisterUserWithAXButNoSREG | function | modules/ |
Test OpenID auto-registration with a provider that supplies AX information, but no SREG. |
| OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification | function | modules/ |
Test OpenID auto-registration with e-mail verification enabled. |
| OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg | function | modules/ |
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address). |
| OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification | function | modules/ |
Test OpenID auto-registration with e-mail verification disabled. |
| OpenIDRegistrationTestCase::testRegisterUserWithoutSreg | function | modules/ |
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address). |
| OpenIDTestCase | class | modules/ |
Test internal helper functions. |
| OpenIDTestCase::getInfo | function | modules/ |
|
| OpenIDTestCase::setUp | function | modules/ |
|
| OpenIDTestCase::testConversion | function | modules/ |
Test _openid_dh_XXX_to_XXX() functions. |
| OpenIDTestCase::testOpenidDhXorsecret | function | modules/ |
Test _openid_dh_xorsecret(). |
| OpenIDTestCase::testOpenidExtractNamespace | function | modules/ |
Test openid_extract_namespace(). |
| OpenIDTestCase::testOpenidNormalize | function | modules/ |
Test openid_normalize(). |
| OpenIDTestCase::testOpenidSignature | function | modules/ |
Test _openid_signature(). |
| OpenIDTestCase::testOpenidXRITest | function | modules/ |
Test _openid_is_xri(). |
| OpenIDWebTestCase | class | modules/ |
Base class for OpenID tests. |
| OpenIDWebTestCase::getPasswordResetURLFromMail | function | modules/ |
Parses the last sent e-mail and returns the one-time login link URL. |
| OpenIDWebTestCase::submitLoginForm | function | modules/ |
Initiates the login procedure using the specified User-supplied Identity. |
| openid_admin_paths | function | modules/ |
Implements hook_admin_paths(). |
| openid_association | function | modules/ |
Attempt to create a shared secret with the OpenID Provider. |
| openid_association_request | function | modules/ |
|
| openid_authentication | function | modules/ |
Authenticate a user or attempt registration. |
| openid_authentication_page | function | modules/ |
Menu callback; Process an OpenID authentication. |
| openid_authentication_request | function | modules/ |
|
| openid_begin | function | modules/ |
The initial step of OpenID authentication responsible for the following: |
| openid_complete | function | modules/ |
Completes OpenID authentication by validating returned data from the OpenID Provider. |
| openid_cron | function | modules/ |
Remove expired nonces from the database. |
| OPENID_DH_DEFAULT_GEN | constant | modules/ |
Diffie-Hellman generator; used for Diffie-Hellman key exchange computations. |
| OPENID_DH_DEFAULT_MOD | constant | modules/ |
Diffie-Hellman Key Exchange Default Value. |
Pagination
- Previous page
- Page 143
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.