Interface LogoutAware

    • Method Summary

      Modifier and Type Method and Description
      void onLogout(PrincipalCollection principals)
      Callback triggered when a Subject logs out of the system.
    • Method Detail

      • onLogout

        void onLogout(PrincipalCollection principals)
        Callback triggered when a Subject logs out of the system.
        Parameters:
        principals - the identifying principals of the Subject logging out.