_openid_get_bytes |
function |
drupal/core/modules/openid/openid.inc |
|
openid_user_login |
function |
drupal/core/modules/openid/openid.module |
Implements hook_user_login(). |
openid_login_form |
function |
drupal/core/modules/openid/openid.module |
Form constructor for the OpenID login form. |
OpenIDTestBase.php |
file |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php |
Definition of Drupal\openid\Tests\OpenIDTestBase. |
openid_test.module |
file |
drupal/core/modules/openid/tests/openid_test.module |
Dummy OpenID Provider used with SimpleTest. |
openid_update_8001 |
function |
drupal/core/modules/openid/openid.install |
Moves xri_proxy_resolver settings from variable to config. |
OPENID_RAND_SOURCE |
constant |
drupal/core/modules/openid/openid.inc |
Random number generator; used for Diffie-Hellman key exchange computations. |
_openid_xrds_parse |
function |
drupal/core/modules/openid/openid.inc |
Parse an XRDS document. |
_openid_get_params |
function |
drupal/core/modules/openid/openid.inc |
|
openid_admin_paths |
function |
drupal/core/modules/openid/openid.module |
Implements hook_admin_paths(). |
openid_user_insert |
function |
drupal/core/modules/openid/openid.module |
Implements hook_user_insert(). |
openid_user_logout |
function |
drupal/core/modules/openid/openid.module |
Implements hook_user_logout(). |
openid_association |
function |
drupal/core/modules/openid/openid.module |
Attempt to create a shared secret with the OpenID Provider. |
OpenIDTest::getInfo |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php |
|
openid.settings.yml |
file |
drupal/core/modules/openid/config/openid.settings.yml |
drupal/core/modules/openid/config/openid.settings.yml |
openid_requirements |
function |
drupal/core/modules/openid/openid.install |
Implements hook_requirements(). |
Node::getRevisionId |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/Core/Entity/Node.php |
Overrides Drupal\Core\Entity\Entity::getRevisionId(). |
_openid_math_powmod |
function |
drupal/core/modules/openid/openid.inc |
Calls the mul function from the available math library for OpenID. |
openid_library_info |
function |
drupal/core/modules/openid/openid.module |
Implements hook_library_info(). |
OpenIDFunctionalTest |
class |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php |
Test discovery and login using OpenID |
OpenIDTest::$modules |
property |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTest.php |
Modules to enable. |
hook_openid_response |
function |
drupal/core/modules/openid/openid.api.php |
Allow modules to act upon a successful OpenID login. |
openid_redirect_http |
function |
drupal/core/modules/openid/openid.inc |
Performs an HTTP 302 redirect (for the 1.x protocol). |
openid_redirect_form |
function |
drupal/core/modules/openid/openid.inc |
|
_openid_dh_xorsecret |
function |
drupal/core/modules/openid/openid.inc |
|
openid_test_endpoint |
function |
drupal/core/modules/openid/tests/openid_test.module |
Menu callback; OpenID Provider Endpoint. |
openid_test_redirect |
function |
drupal/core/modules/openid/tests/openid_test.module |
Menu callback; redirect during Normalization/Discovery. |
Entity::getRevisionId |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements Drupal\Core\Entity\EntityInterface::getRevisionId(). |
ViewUI::getRevisionId |
function |
drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\Entity\EntityInterface::getRevisionId(). |
OpenIDTestBase::setUp |
function |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDTestBase.php |
Sets up a Drupal site for running functional and integration tests. |
OPENID_DH_DEFAULT_MOD |
constant |
drupal/core/modules/openid/openid.inc |
Diffie-Hellman Key Exchange Default Value. |
OPENID_DH_DEFAULT_GEN |
constant |
drupal/core/modules/openid/openid.inc |
Diffie-Hellman generator; used for Diffie-Hellman key exchange computations. |
_openid_xri_normalize |
function |
drupal/core/modules/openid/openid.inc |
OpenID normalization method: normalize XRI identifiers. |
_openid_url_normalize |
function |
drupal/core/modules/openid/openid.inc |
OpenID normalization method: normalize URL identifiers. |
_openid_parse_message |
function |
drupal/core/modules/openid/openid.inc |
Convert a direct communication message
into an associative array. |
_openid_xri_discovery |
function |
drupal/core/modules/openid/openid.module |
OpenID discovery method: perform an XRI discovery. |
openid_authentication |
function |
drupal/core/modules/openid/openid.module |
Authenticate a user or attempt registration. |
OpenIDRegistrationTest |
class |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php |
Test account registration using Simple Registration and Attribute Exchange. |
_openid_select_service |
function |
drupal/core/modules/openid/openid.inc |
Select a service element. |
_openid_create_message |
function |
drupal/core/modules/openid/openid.inc |
Create a serialized message packet as per spec: $key:$value\n . |
_openid_encode_message |
function |
drupal/core/modules/openid/openid.inc |
Encode a message from _openid_create_message for HTTP Post |
_openid_meta_httpequiv |
function |
drupal/core/modules/openid/openid.inc |
Pull the content attribute out of an X-XRDS-Location meta http-equiv element. |
openid_test_yadis_xrds |
function |
drupal/core/modules/openid/tests/openid_test.module |
Menu callback; XRDS document that references the OP Endpoint URL. |
_openid_xrds_discovery |
function |
drupal/core/modules/openid/openid.module |
OpenID discovery method: perform a XRDS discovery. |
openid_user_identities |
function |
drupal/core/modules/openid/openid.pages.inc |
Menu callback; Manage OpenID identities for the specified user. |
openid_user_add_submit |
function |
drupal/core/modules/openid/openid.pages.inc |
|
PluginBase::getPluginId |
function |
drupal/core/lib/Drupal/Component/Plugin/PluginBase.php |
Implements Drupal\Component\Plugin\PluginInterface::getPluginId(). |
openid_verify_assertion |
function |
drupal/core/modules/openid/openid.module |
Attempt to verify the response received from the OpenID Provider. |
openid_user_delete_form |
function |
drupal/core/modules/openid/openid.pages.inc |
Menu callback; Delete the specified OpenID identity from the system. |
OpenIDFunctionalTest.php |
file |
drupal/core/modules/openid/lib/Drupal/openid/Tests/OpenIDFunctionalTest.php |
Definition of Drupal\openid\Tests\OpenIDFunctionalTest. |