You are here

Classes, traits, and interfaces in Lightweight Directory Access Protocol (LDAP) 8.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ConversionHelper class Drupal\ldap_servers\Helper ldap_servers/src/Helper/ConversionHelper.php Conversion helper to escape values correctly for LDAP filters. 9
CredentialsStorage class Drupal\ldap_servers\Helper ldap_servers/src/Helper/CredentialsStorage.php Temporarily stores credentials from user input. 6
CredentialsStorageTests class Drupal\Tests\ldap_servers\Unit ldap_servers/tests/src/Unit/CredentialsStorageTests.php @coversDefaultClass \Drupal\ldap_servers\Helper\CredentialsStorage @group ldap
DebuggingReviewForm class Drupal\ldap_help\Form ldap_help/src/Form/DebuggingReviewForm.php Form to allow for debugging review. 1
DrupalUserProcessor class Drupal\ldap_user\Processor ldap_user/src/Processor/DrupalUserProcessor.php Handles processing of a user from LDAP to Drupal. 4
DrupalUserProcessorTests class Drupal\Tests\ldap_user\Unit ldap_user/tests/src/Unit/DrupalUserProcessorTests.php Tests for the DrupalUserProcessor.
DynamicUserHelpLink class Drupal\ldap_authentication\Plugin\Derivative ldap_authentication/src/Plugin/Derivative/DynamicUserHelpLink.php Provides help messages for users when configured. 1
EmailTemplateService class Drupal\ldap_authentication\Routing ldap_authentication/src/Routing/EmailTemplateService.php Class EmailTemplateService. 1 2
ExternalAuthenticationHelper class Drupal\ldap_user\Helper ldap_user/src/Helper/ExternalAuthenticationHelper.php Helper class to wrap external_auth service. 8
ExternalAuthenticationHelperTests class Drupal\Tests\ldap_user\Unit ldap_user/tests/src/Unit/ExternalAuthenticationHelperTests.php @coversDefaultClass \Drupal\ldap_user\Helper\ExternalAuthenticationHelper @group ldap
GroupUserUpdateProcessor class Drupal\ldap_user\Processor ldap_user/src/Processor/GroupUserUpdateProcessor.php Provides functionality to generically update existing users. 2
InitSubscriber class Drupal\ldap_user\EventSubscriber ldap_user/src/EventSubscriber/InitSubscriber.php Subscriber for the semaphore storage. 2
IntegrationTests class Drupal\Tests\ldap_user\Kernel ldap_user/tests/src/Kernel/IntegrationTests.php Integration tests for ldap_user.
LdapAttribute class Drupal\ldap_query\Plugin\views\filter ldap_query/src/Plugin/views/filter/LdapAttribute.php LDAP Attribute Views Filter. 1
LdapAttribute class Drupal\ldap_query\Plugin\views\sort ldap_query/src/Plugin/views/sort/LdapAttribute.php LDAP Attribute Views Sorting.
LdapAttribute class Drupal\ldap_query\Plugin\views\argument ldap_query/src/Plugin/views/argument/LdapAttribute.php LDAP Attribute Views Argument. 1
LdapAttribute class Drupal\ldap_query\Plugin\views\field ldap_query/src/Plugin/views/field/LdapAttribute.php The handler for loading a specific LDAP field. 1
LdapAuthenticationAdminForm class Drupal\ldap_authentication\Form ldap_authentication/src/Form/LdapAuthenticationAdminForm.php Provides the form for ldap_authentication options. 1
LdapAuthenticationConfiguration class Drupal\ldap_authentication\Helper ldap_authentication/src/Helper/LdapAuthenticationConfiguration.php Configuration helper class for LDAP authentication. 5
LdapAuthenticationProfileUpdateForm class Drupal\ldap_authentication\Form ldap_authentication/src/Form/LdapAuthenticationProfileUpdateForm.php Profile update form. 1
LDAPAuthorizationProvider class Drupal\ldap_authorization\Plugin\authorization\Provider ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php The LDAP authorization provider for authorization module.
LdapBadParamsException class Drupal\ldap_user\Exception ldap_user/src/Exception/LdapBadParamsException.php Bad parameters exception handling. 1
LdapConfiguration class Drupal\ldap_user\Helper ldap_user/src/Helper/LdapConfiguration.php Helper class to collect trivial lists of elements for events and users. 7
LdapDebugSettings class Drupal\ldap_help\Form ldap_help/src/Form/LdapDebugSettings.php Configuration form for LDAP debug settings. 1
LdapDetailLog class Drupal\ldap_servers\Logger ldap_servers/src/Logger/LdapDetailLog.php The detailed logger for the LDAP modules. 3 2
LdapExplodeDnMock class Drupal\Tests\ldap_servers\Unit ldap_servers/tests/src/Unit/TokenTests.php Helper class to make it possible to simulate ldap_explode_dn().
LdapHelpRedirect class Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LdapHelpRedirect.php Class LdapHelpRedirect. 1
LdapProtocolInterface interface Drupal\ldap_servers ldap_servers/src/LdapProtocolInterface.php The actual LDAP codes used by the Server. 1 1
LdapQuery class Drupal\ldap_query\Plugin\views\query ldap_query/src/Plugin/views/query/LdapQuery.php Views query plugin for an SQL query.
LdapServersRebindHandler class Drupal\ldap_servers ldap_servers/src/LdapServersRebindHandler.php Class for enabling rebind functionality for following referrals.
LdapUserAdminForm class Drupal\ldap_user\Form ldap_user/src/Form/LdapUserAdminForm.php Provides the form to configure user configuration and field mapping. 1
LdapUserAttributesInterface interface Drupal\ldap_servers ldap_servers/src/LdapUserAttributesInterface.php Collection of hardcoded constants in use in ldap_user. 10 11
LdapUserProcessor class Drupal\ldap_user\Processor ldap_user/src/Processor/LdapUserProcessor.php Processor for LDAP provisioning. 2
LdapUserTestForm class Drupal\ldap_user\Form ldap_user/src/Form/LdapUserTestForm.php A form to allow the administrator to query LDAP. 1
LdapVariableAttribute class Drupal\ldap_query\Plugin\views\filter ldap_query/src/Plugin/views/filter/LdapVariableAttribute.php Let's the user choose which LDAP attribute to use from the query.
LdapVariableAttribute class Drupal\ldap_query\Plugin\views\sort ldap_query/src/Plugin/views/sort/LdapVariableAttribute.php LDAP Variable Attribute Views Sorting.
LdapVariableAttribute class Drupal\ldap_query\Plugin\views\argument ldap_query/src/Plugin/views/argument/LdapVariableAttribute.php Let's the user choose which LDAP attribute to use from the query.
LdapVariableAttribute class Drupal\ldap_query\Plugin\views\field ldap_query/src/Plugin/views/field/LdapVariableAttribute.php Let's the user choose which LDAP attribute to use from the query. 1
LdapVariableImageAttribute class Drupal\ldap_query\Plugin\views\field ldap_query/src/Plugin/views/field/LdapVariableImageAttribute.php Let's the user choose which LDAP attribute to use from the query.
LoginTests class Drupal\Tests\ldap_authentication\Unit ldap_authentication/tests/src/Unit/LoginTests.php @coversDefaultClass \Drupal\ldap_authentication\Controller\LoginValidator @group ldap
LoginValidator final class Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LoginValidator.php Handles the actual testing of credentials and authentication of users. 2
MassageAttributes class Drupal\ldap_servers\Helper ldap_servers/src/Helper/MassageAttributes.php This class helps you in preparing attributes and values for usage in Drupal. 1
OrphanProcessor class Drupal\ldap_user\Processor ldap_user/src/Processor/OrphanProcessor.php Locates potential orphan user accounts. 2
QueryController class Drupal\ldap_query\Controller ldap_query/src/Controller/QueryController.php Controller class for LDAP queries, in assistance to the entity itself. 6
QueryEntity class Drupal\ldap_query\Entity ldap_query/src/Entity/QueryEntity.php Defines the LDAP Queries entity. 1
QueryEntityDeleteForm class Drupal\ldap_query\Form ldap_query/src/Form/QueryEntityDeleteForm.php Builds the form to delete LDAP Queries entities.
QueryEntityForm class Drupal\ldap_query\Form ldap_query/src/Form/QueryEntityForm.php Class QueryEntityForm.
QueryEntityHtmlRouteProvider class Drupal\ldap_query ldap_query/src/QueryEntityHtmlRouteProvider.php Provides routes for LDAP Queries entities.
QueryEntityInterface interface Drupal\ldap_query ldap_query/src/QueryEntityInterface.php Provides an interface for defining LDAP Queries entities. 1 1
QueryEntityListBuilder class Drupal\ldap_query ldap_query/src/QueryEntityListBuilder.php Provides a listing of LDAP Queries entities.

Pages

Other projects