authelia/server/test/mocks/ldap
Clement Michaud b9fa786df6 Refactor endpoints to get server variables as input parameters
This refactoring aims to ease testability and clean up a lot of soft touchy
typings in test code.

This is the first step of this refactoring introducing the concept and
implementing missing interfaces and stubs. At the end of the day,
ServerVariablesHandler should completely disappear and every variable should
be injected in the endpoint handler builder itself.
2017-10-31 07:26:53 +01:00
..
AuthenticatorStub.ts Refactor endpoints to get server variables as input parameters 2017-10-31 07:26:53 +01:00
ClientFactoryStub.ts Split client and server 2017-10-07 00:49:42 +02:00
ClientStub.ts Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
EmailsRetrieverStub.ts Refactor endpoints to get server variables as input parameters 2017-10-31 07:26:53 +01:00
LdapClientFactoryStub.ts Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
LdapClientStub.ts Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
PasswordUpdaterStub.ts Refactor endpoints to get server variables as input parameters 2017-10-31 07:26:53 +01:00