Add Suite 8 LogoutListener

- Add LegacySessionLogoutHandler
-- Logout Legacy Suite session when Suite 8 is logged out
-- Configure handler to decorate SessionLogoutHandler
- Add logout to Authentication legacy handler
- Add AspectMock lib
- Add unit tests for LegacySessionLogoutHandler
- Rename unit test folders to be consistent with src.
-- Use the same pattern used in Suite 7
This commit is contained in:
Clemente Raposo 2020-04-08 12:07:44 +01:00 committed by Dillon-Brown
parent 895ec5b4f7
commit 59c3efd08c
18 changed files with 1703 additions and 1258 deletions

View file

@ -63,3 +63,6 @@ services:
# and use the value of the 'getProcessType' method to index the services
arguments:
- !tagged { tag: 'app.process.handler', default_index_method: 'getProcessType' }
App\Security\LegacySessionLogoutHandler:
decorates: 'security.logout.handler.session'