drush_lockr_lockdown |
./lockr.drush.inc |
|
|
|
drush_lockr_lockr_register |
./lockr.drush.inc |
|
|
|
key_provider_lockr_build_configuration_form |
plugins/key_provider/lockr.inc |
The settings form. |
|
1 |
key_provider_lockr_default_configuration |
plugins/key_provider/lockr.inc |
The default plugin configuration. |
|
1 |
key_provider_lockr_delete_key_value |
plugins/key_provider/lockr.inc |
Delete key form submit callback. |
1 |
1 |
key_provider_lockr_get_key_value |
plugins/key_provider/lockr.inc |
Get callback for key_provider plugin. |
|
1 |
key_provider_lockr_key_value_obscure |
plugins/key_provider/lockr.inc |
Obscure key values for display in the admin form. |
|
|
key_provider_lockr_set_key_value |
plugins/key_provider/lockr.inc |
Set callback for key_provider plugin. |
|
1 |
lockr_admin_advanced_form |
include/advanced_form.inc |
Returns form array for advanced settings. |
1 |
|
lockr_admin_advanced_submit |
include/advanced_form.inc |
Save advanced settings. |
|
1 |
lockr_admin_advanced_validate |
include/advanced_form.inc |
Validate advanced settings. |
|
1 |
lockr_admin_form |
./lockr.admin.inc |
Form constructor for Lockr registration form. |
|
1 |
lockr_admin_register_form |
include/register_form.inc |
Returns the register form. |
1 |
|
lockr_admin_register_submit |
include/register_form.inc |
Submit the register form. |
|
1 |
lockr_admin_register_validate |
include/register_form.inc |
Validate the register form. |
|
1 |
lockr_admin_request_form |
include/request_form.inc |
Returns the certificate request form. |
1 |
|
lockr_admin_request_submit |
include/request_form.inc |
Submit the certificate request form. |
|
1 |
lockr_admin_request_validate |
include/request_form.inc |
Validate the certificate request form. |
|
1 |
lockr_admin_resend_submit |
./lockr.admin.inc |
Reset the lockr_request variable to allow resending. |
|
1 |
lockr_autoload |
./autoload.php |
@file
Lockr autoloader. |
|
1 |
lockr_check_registration |
./lockr.module |
Returns if this site is currently registered with Lockr. |
2 |
|
lockr_client |
./lockr.module |
Returns the Lockr client for this site. |
2 |
|
lockr_ctools_plugin_directory |
./lockr.module |
Implements hook_ctools_plugin_directory(). |
|
|
lockr_drush_command |
./lockr.drush.inc |
Implements hook_drush_command(). |
|
|
lockr_enable |
./lockr.install |
Implements hook_enable(). |
|
|
lockr_get_partner |
./lockr.module |
Returns the detected partner, if available. |
3 |
|
lockr_init |
./lockr.module |
Implements hook_init(). |
|
|
lockr_key_client |
./lockr.module |
Returns the Lockr key client. |
3 |
|
lockr_login_form |
./lockr.login.inc |
Login form that will turn around and use the credentials to register
the site with Lockr. |
|
1 |
lockr_login_form_submit |
./lockr.login.inc |
Use login credentials to register the site. |
|
|
lockr_login_form_validate |
./lockr.login.inc |
Attempt to log in with the credentials given. |
|
|
lockr_menu |
./lockr.module |
Implements hook_menu(). |
|
|
lockr_site_client |
./lockr.module |
Returns the Lockr site client. |
2 |
|
lockr_uninstall |
./lockr.install |
Implements hook_uninstall(). |
|
|
_lockr_delete_key |
./lockr.module |
Deletes a key from Lockr. |
1 |
|
_lockr_get_key |
./lockr.module |
Gets a key from Lockr. |
1 |
|
_lockr_set_key |
./lockr.module |
Sets a key value in lockr. |
1 |
|