Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
openid_authentication_page function modules/openid/openid.pages.inc Menu callback; Process an OpenID authentication.
openid_authentication_request function modules/openid/openid.module
openid_begin function modules/openid/openid.module The initial step of OpenID authentication responsible for the following:
openid_complete function modules/openid/openid.module Completes OpenID authentication by validating returned data from the OpenID
Provider.
openid_cron function modules/openid/openid.module Remove expired nonces from the database.
OPENID_DH_DEFAULT_GEN constant modules/openid/openid.inc Diffie-Hellman generator; used for Diffie-Hellman key exchange computations.
OPENID_DH_DEFAULT_MOD constant modules/openid/openid.inc Diffie-Hellman Key Exchange Default Value.
openid_discovery function modules/openid/openid.module Perform discovery on a claimed ID to determine the OpenID provider endpoint.
openid_extract_ax_values function modules/openid/openid.inc Extracts values from an OpenID AX Response.
openid_extract_namespace function modules/openid/openid.inc Extract all the parameters belonging to an extension in a response message.
openid_form_user_login_alter function modules/openid/openid.module Implements hook_form_FORM_ID_alter().
openid_form_user_login_block_alter function modules/openid/openid.module Implements hook_form_FORM_ID_alter().
openid_form_user_register_form_alter function modules/openid/openid.module Implements hook_form_FORM_ID_alter().
openid_help function modules/openid/openid.module Implements hook_help().
openid_login_validate function modules/openid/openid.module Login form _validate hook
openid_menu function modules/openid/openid.module Implements hook_menu().
openid_menu_site_status_alter function modules/openid/openid.module Implements hook_menu_site_status_alter().
openid_normalize function modules/openid/openid.inc Normalize the given identifier.
OPENID_NS_1_0 constant modules/openid/openid.inc OpenID Authentication 1.0 namespace URL; used for backwards-compatibility.
OPENID_NS_1_1 constant modules/openid/openid.inc OpenID Authentication 1.1 namespace URL; used for backwards-compatibility.
OPENID_NS_2_0 constant modules/openid/openid.inc OpenID Authentication 2.0 namespace URL.
OPENID_NS_AX constant modules/openid/openid.inc OpenID Attribute Exchange extension.
OPENID_NS_OPENID constant modules/openid/openid.inc OpenID namespace used in Yadis documents.
OPENID_NS_SREG constant modules/openid/openid.inc OpenID Simple Registration extension.
OPENID_NS_XRD constant modules/openid/openid.inc Extensible Resource Descriptor documents.
openid_openid_discovery_method_info function modules/openid/openid.module Implements hook_openid_discovery_method_info().
openid_openid_normalization_method_info function modules/openid/openid.module Implements hook_openid_normalization_method_info().
OPENID_RAND_SOURCE constant modules/openid/openid.inc Random number generator; used for Diffie-Hellman key exchange computations.
openid_redirect function modules/openid/openid.inc Creates a js auto-submit redirect for (for the 2.x protocol)
openid_redirect_form function modules/openid/openid.inc
openid_redirect_http function modules/openid/openid.inc Performs an HTTP 302 redirect (for the 1.x protocol).
openid_requirements function modules/openid/openid.install Implements hook_requirements().
openid_schema function modules/openid/openid.install Implements hook_schema().
OPENID_SHA1_BLOCKSIZE constant modules/openid/openid.inc SHA-1 hash block size; used for Diffie-Hellman key exchange computations.
openid_test.info file modules/openid/tests/openid_test.info name = OpenID dummy provider
description = "OpenID provider used for testing."
package = Testing
version = VERSION
core = 7.x
dependencies[] = openid
hidden = TRUE
openid_test.install file modules/openid/tests/openid_test.install Install, update and uninstall functions for the openid_test module.
openid_test.module file modules/openid/tests/openid_test.module Dummy OpenID Provider used with SimpleTest.
openid_test_endpoint function modules/openid/tests/openid_test.module Menu callback; OpenID Provider Endpoint.
openid_test_html_openid1 function modules/openid/tests/openid_test.module Menu callback; regular HTML page with OpenID 1.0 <link> element.
openid_test_html_openid2 function modules/openid/tests/openid_test.module Menu callback; regular HTML page with OpenID 2.0 <link> element.
openid_test_install function modules/openid/tests/openid_test.install Implements hook_install().
openid_test_menu function modules/openid/tests/openid_test.module Implements hook_menu().
openid_test_menu_site_status_alter function modules/openid/tests/openid_test.module Implements hook_menu_site_status_alter().
openid_test_redirect function modules/openid/tests/openid_test.module Menu callback; redirect during Normalization/Discovery.
openid_test_redirected_method function modules/openid/tests/openid_test.module Menu callback; respond with appropriate callback.
openid_test_yadis_http_equiv function modules/openid/tests/openid_test.module Menu callback; regular HTML page with <meta> element.
openid_test_yadis_xrds function modules/openid/tests/openid_test.module Menu callback; XRDS document that references the OP Endpoint URL.
openid_test_yadis_x_xrds_location function modules/openid/tests/openid_test.module Menu callback; regular HTML page with an X-XRDS-Location HTTP header.
openid_update_6000 function modules/openid/openid.install Add a table to store nonces.
openid_update_7000 function modules/openid/openid.install Bind associations to their providers.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.