authelia/server/test/mocks
Clement Michaud 9e275441c9 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-17 23:04:28 +02:00
..
connectors/mongo Split client and server 2017-10-07 00:49:42 +02:00
ldap Refactor endpoints to get server variables as input parameters 2017-10-17 23:04:28 +02:00
notifiers Improve logging format for clarity 2017-10-08 22:33:50 +02:00
storage Split client and server 2017-10-07 00:49:42 +02:00
AccessControllerStub.ts Split client and server 2017-10-07 00:49:42 +02:00
AuthenticationRegulator.ts Split client and server 2017-10-07 00:49:42 +02:00
IdentityValidator.ts Split client and server 2017-10-07 00:49:42 +02:00
Notifier.ts Split client and server 2017-10-07 00:49:42 +02:00
NotifierStub.ts Refactor endpoints to get server variables as input parameters 2017-10-17 23:04:28 +02:00
RegulatorStub.ts Refactor endpoints to get server variables as input parameters 2017-10-17 23:04:28 +02:00
RequestLoggerStub.ts Improve logging format for clarity 2017-10-08 22:33:50 +02:00
ServerVariablesMock.ts Customize the authentication method to be used by a sub-domain 2017-10-08 23:39:29 +02:00
ServerVariablesMockBuilder.ts Refactor endpoints to get server variables as input parameters 2017-10-17 23:04:28 +02:00
TOTPValidator.ts Split client and server 2017-10-07 00:49:42 +02:00
TotpHandlerStub.ts Refactor endpoints to get server variables as input parameters 2017-10-17 23:04:28 +02:00
U2fHandlerStub.ts Refactor endpoints to get server variables as input parameters 2017-10-17 23:04:28 +02:00
express.ts Split client and server 2017-10-07 00:49:42 +02:00
ldapjs.ts Split client and server 2017-10-07 00:49:42 +02:00
speakeasy.ts Split client and server 2017-10-07 00:49:42 +02:00
u2f.ts Split client and server 2017-10-07 00:49:42 +02:00