Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2833

Audit login and logout operations in Context to keep them independent of actual execution environment

XMLWordPrintable

      Currently, auditing of login/logout operations is done in appropriate filters which works fine as long as Magnolia is accessed over the web. The auditing should be moved to the context and more concretely to the UserContextImpl to ensure it is always called even if accessing Magnolia from by other means then over the web. This is currently not possible as UserContentxImpl.logout() is never called from its children. Possible solution is to have method refactored and together with the login() method made final to ensure no child can override the audit call from within those methods. The extending classes should be then allowed to perform custom operations on login/logout by implementing onLogin() and onLogout() methods which will be called from login()/logout() respectively.

        Acceptance criteria

              pbaerfuss Philipp Bärfuss
              had Jan Haderka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD