You are here

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

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AuthenticationServers class Drupal\ldap_authentication ldap_authentication/src/AuthenticationServers.php Authentication serves. 1 2
ConversionHelper class Drupal\ldap_servers\Helper ldap_servers/src/Helper/ConversionHelper.php Conversion helper to escape values correctly for LDAP filters. 6
ConversionHelperTest class Drupal\Tests\ldap_servers\Unit ldap_servers/tests/src/Unit/ConversionHelperTest.php Conversion helper tests.
CredentialsStorage class Drupal\ldap_servers\Helper ldap_servers/src/Helper/CredentialsStorage.php Temporarily stores credentials from user input. 6
CredentialsStorageTest class Drupal\Tests\ldap_servers\Unit ldap_servers/tests/src/Unit/CredentialsStorageTest.php @coversDefaultClass \Drupal\ldap_servers\Helper\CredentialsStorage @group ldap
DebuggingReviewForm class Drupal\ldap_servers\Form ldap_servers/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. 3 2
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 Email template service. 1 2
FakeBridge class Drupal\ldap_servers_dummy ldap_servers/tests/modules/ldap_servers_dummy/src/FakeBridge.php Fake LdapBridge to instantiate a fake server for testing. 3
FakeCollection class Drupal\ldap_servers_dummy ldap_servers/tests/modules/ldap_servers_dummy/src/FakeCollection.php Simulate the collection response. 1
FakeLdap class Drupal\ldap_servers_dummy ldap_servers/tests/modules/ldap_servers_dummy/src/FakeLdap.php Fake server to simulate querying with symfony/ldap.
FakeQuery class Drupal\ldap_servers_dummy ldap_servers/tests/modules/ldap_servers_dummy/src/FakeQuery.php Simulate the query response.
FieldProvider class Drupal\ldap_user ldap_user/src/FieldProvider.php Provides the basic and required fields needed for user mappings. 6 2
FieldProviderTest class Drupal\Tests\ldap_user\Kernel ldap_user/tests/src/Kernel/FieldProviderTest.php Field Provider tests.
GetStringHelper class Drupal\Tests\ldap_user\Kernel ldap_user/tests/src/Kernel/GetStringHelper.php Helper function for getString().
GroupManagerTest class Drupal\Tests\ldap_servers\Kernel ldap_servers/tests/src/Kernel/GroupManagerTest.php Group manager test.
GroupUserUpdateProcessor class Drupal\ldap_user\Processor ldap_user/src/Processor/GroupUserUpdateProcessor.php Provides functionality to generically update existing users. 2
IntegrationTest class Drupal\Tests\ldap_user\Kernel ldap_user/tests/src/Kernel/IntegrationTest.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
LdapAuthenticationAdminFormTest class Drupal\Tests\ldap_authentication\Functional ldap_authentication/tests/src/Functional/LdapAuthenticationAdminFormTest.php Test the admin form.
LdapAuthenticationProfileUpdateForm class Drupal\ldap_authentication\Form ldap_authentication/src/Form/LdapAuthenticationProfileUpdateForm.php Profile update form. 1
LdapAuthenticationProfileUpdateFormTest class Drupal\Tests\ldap_authentication\Functional ldap_authentication/tests/src/Functional/LdapAuthenticationProfileUpdateFormTest.php Test the profile update form.
LDAPAuthorizationProvider class Drupal\ldap_authorization\Plugin\authorization\Provider ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php The LDAP authorization provider for authorization module. 1
LdapAuthorizationProviderIntegrationTest class Drupal\Tests\ldap_authorization\Kernel ldap_authorization/tests/src/Kernel/LdapAuthorizationProviderIntegrationTest.php Integration tests for LdapAuthorizationProvider.
LdapAuthorizationProviderTest class Drupal\Tests\ldap_authorization\Unit ldap_authorization/tests/src/Unit/LdapAuthorizationProviderTest.php @coversDefaultClass \Drupal\ldap_authorization\Plugin\authorization\Provider\LDAPAuthorizationProvider @group authorization
LdapBadParamsException class Drupal\ldap_user\Exception ldap_user/src/Exception/LdapBadParamsException.php Bad parameters exception handling. 1
LdapBaseManager abstract class Drupal\ldap_servers ldap_servers/src/LdapBaseManager.php LDAP Base Manager. 2
LdapBridge class Drupal\ldap_servers ldap_servers/src/LdapBridge.php Ldap Bridge to symfony/ldap. 2
LdapBridgeInterface interface Drupal\ldap_servers ldap_servers/src/LdapBridgeInterface.php Ldap Bridge to symfony/ldap. 2 4
LdapDebugSettings class Drupal\ldap_servers\Form ldap_servers/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. 5 2
LdapEntryDeletionSubscriber class Drupal\ldap_user\EventSubscriber ldap_user/src/EventSubscriber/LdapEntryDeletionSubscriber.php Delete LDAP entry. 2
LdapEntryProvisionSubscriber class Drupal\ldap_user\EventSubscriber ldap_user/src/EventSubscriber/LdapEntryProvisionSubscriber.php Event subscribers for creating and updating LDAP entries. 1 2
LdapEntryProvisionTest class Drupal\Tests\ldap_user\Kernel ldap_user/tests/src/Kernel/LdapEntryProvisionTest.php @coversDefaultClass \Drupal\ldap_servers\Processor\TokenProcessor @group ldap
LdapExplodeDnMock class Drupal\Tests\ldap_servers\Unit ldap_servers/tests/src/Unit/LdapExplodeDnMock.php Helper class to make it possible to simulate ldap_explode_dn().
LdapGroupManager class Drupal\ldap_servers ldap_servers/src/LdapGroupManager.php LDAP Group Manager. 1 2
LdapHelpRedirect class Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LdapHelpRedirect.php LDAP help redirect controller. 1
LdapNewUserCreatedEvent class Drupal\ldap_user\Event ldap_user/src/Event/LdapNewUserCreatedEvent.php LDAP User created event. 2
LdapProtectedUserFieldConstraint class Drupal\ldap_user\Plugin\Validation\Constraint ldap_user/src/Plugin/Validation/Constraint/LdapProtectedUserFieldConstraint.php Checks if the plain text password is provided for editing a protected field. 1
LdapProtectedUserFieldConstraintValidator class Drupal\ldap_user\Plugin\Validation\Constraint ldap_user/src/Plugin/Validation/Constraint/LdapProtectedUserFieldConstraintValidator.php Validates the LdapProtectedUserFieldConstraint constraint. 1
LdapQuery class Drupal\ldap_query\Plugin\views\query ldap_query/src/Plugin/views/query/LdapQuery.php Views query plugin for an SQL query. 1
LdapTransformationTraits trait Drupal\ldap_servers ldap_servers/src/LdapTransformationTraits.php Helper functions to work around hard dependencies on the LDAP extension. 4
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. 9 13
LdapUserDeletedEvent class Drupal\ldap_user\Event ldap_user/src/Event/LdapUserDeletedEvent.php LDAP User deleted event. 2

Pages

Other projects