Interface SessionRegistryHandler


public interface SessionRegistryHandler
  • Method Summary

    Modifier and Type Method Description
    void handleAuthenticatedUser​(UserSessionData userSessionDat, org.teamapps.ux.session.SessionContext context)  
    void handleNewSession​(org.teamapps.ux.session.SessionContext context)  
  • Method Details

    • handleNewSession

      void handleNewSession​(org.teamapps.ux.session.SessionContext context)
    • handleAuthenticatedUser

      void handleAuthenticatedUser​(UserSessionData userSessionDat, org.teamapps.ux.session.SessionContext context)