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
LdapUserLoginEvent class Drupal\ldap_user\Event ldap_user/src/Event/LdapUserLoginEvent.php LDAP User login event. 3
LdapUserManager class Drupal\ldap_servers ldap_servers/src/LdapUserManager.php LDAP User Manager. 6 2
LdapUserMappingBaseForm abstract class Drupal\ldap_user\Form ldap_user/src/Form/LdapUserMappingBaseForm.php Provides the form to configure user configuration and field mapping. 2
LdapUserMappingToDrupalForm class Drupal\ldap_user\Form ldap_user/src/Form/LdapUserMappingToDrupalForm.php Provides the form to configure user configuration and field mapping. 1
LdapUserMappingToLdapForm class Drupal\ldap_user\Form ldap_user/src/Form/LdapUserMappingToLdapForm.php Provides the form to configure user configuration and field mapping. 1
LdapUserTestForm class Drupal\ldap_user\Form ldap_user/src/Form/LdapUserTestForm.php A form to allow the administrator to query LDAP. 1
LdapUserUpdatedEvent class Drupal\ldap_user\Event ldap_user/src/Event/LdapUserUpdatedEvent.php LDAP User updated event. 2
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.
LoginTest class Drupal\Tests\ldap_authentication\Kernel ldap_authentication/tests/src/Kernel/LoginTest.php Login tests.
LoginValidatorBase abstract class Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LoginValidatorBase.php Handles the actual testing of credentials and authentication of users. 2 1
LoginValidatorInterface interface Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LoginValidatorInterface.php Handles the actual testing of credentials and authentication of users. 1
LoginValidatorLoginForm class Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LoginValidatorLoginForm.php Handles the actual testing of credentials and authentication of users. 3 2
LoginValidatorSso class Drupal\ldap_authentication\Controller ldap_authentication/src/Controller/LoginValidatorSso.php Handles the actual testing of credentials and authentication of users. 2
Mapping class Drupal\ldap_servers ldap_servers/src/Mapping.php Interface for the synchronization mappings ldap_user provides. 4
OrphanProcessor class Drupal\ldap_user\Processor ldap_user/src/Processor/OrphanProcessor.php Locates potential orphan user accounts. 2
ProtectedUserFieldConstraintValidatorTest class Drupal\Tests\ldap_user\Unit ldap_user/tests/src/Unit/ProtectedUserFieldConstraintValidatorTest.php Extended from core tests.
QueryController class Drupal\ldap_query\Controller ldap_query/src/Controller/QueryController.php Controller class for LDAP queries, in assistance to the entity itself. 2 2
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 Query entity form.
QueryEntityFormTest class Drupal\Tests\ldap_query\Functional ldap_query/tests/src/Functional/QueryEntityFormTest.php Test the admin form.
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 LDAP Query config entity interface. 1 1
QueryEntityListBuilder class Drupal\ldap_query ldap_query/src/QueryEntityListBuilder.php Provides a listing of LDAP Queries entities.
QueryTestForm class Drupal\ldap_query\Form ldap_query/src/Form/QueryTestForm.php Test form for queries. 1
RedirectTest class Drupal\Tests\ldap_authentication\Kernel ldap_authentication/tests/src/Kernel/RedirectTest.php Redirect tests.
RouteSubscriber class Drupal\ldap_authentication\Routing ldap_authentication/src/Routing/RouteSubscriber.php Authentication route subscriber. 2
Server class Drupal\ldap_servers\Entity ldap_servers/src/Entity/Server.php Defines the Server entity. 14
ServerDeleteForm class Drupal\ldap_servers\Form ldap_servers/src/Form/ServerDeleteForm.php Builds the form to delete Server entities.
ServerEnableDisableForm class Drupal\ldap_servers\Form ldap_servers/src/Form/ServerEnableDisableForm.php Form for disabling a server.
ServerForm class Drupal\ldap_servers\Form ldap_servers/src/Form/ServerForm.php Server form.
ServerInterface interface Drupal\ldap_servers ldap_servers/src/ServerInterface.php Server configuration entity interface. 1 1
ServerListBuilder class Drupal\ldap_servers ldap_servers/src/ServerListBuilder.php Provides a listing of Server entities.
ServerTest class Drupal\Tests\ldap_servers\Kernel ldap_servers/tests/src/Kernel/ServerTest.php @coversDefaultClass \Drupal\ldap_servers\Entity\Server @group ldap
ServerTestForm class Drupal\ldap_servers\Form ldap_servers/src/Form/ServerTestForm.php Use Drupal\Core\Form\FormBase;. 1
TokenProcessor class Drupal\ldap_servers\Processor ldap_servers/src/Processor/TokenProcessor.php Helper to manage LDAP tokens and process their content. 3 2
TokenTest class Drupal\Tests\ldap_servers\Unit ldap_servers/tests/src/Unit/TokenTest.php @coversDefaultClass \Drupal\ldap_servers\Processor\TokenProcessor @group ldap
UserHelpTabAccess class Drupal\ldap_authentication\Access ldap_authentication/src/Access/UserHelpTabAccess.php Checks whether the use is allowed to see the help tab. 2
VariableAttributeCustomization trait Drupal\ldap_query\Plugin\views ldap_query/src/Plugin/views/VariableAttributeCustomization.php Collates the variable attribute customization to apply it to more than one. 4
ViewsSortTest class Drupal\Tests\ldap_query\Unit ldap_query/tests/src/Unit/ViewsSortTest.php Test multidimensional sorting.

Pages

Other projects