Class LoginHandler
java.lang.Object
org.teamapps.application.server.system.auth.LoginHandler
public class LoginHandler
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description LoginHandler(SystemRegistry systemRegistry, LogoutHandler logoutHandler)LoginHandler(SystemRegistry systemRegistry, LogoutHandler logoutHandler, UserSessionData userSessionData) -
Method Summary
Modifier and Type Method Description voidcreateLoginView(org.teamapps.ux.session.SessionContext context, org.teamapps.ux.component.rootpanel.RootPanel rootPanel)voidhandleNewSession(org.teamapps.ux.session.SessionContext context)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LoginHandler
-
LoginHandler
public LoginHandler(SystemRegistry systemRegistry, LogoutHandler logoutHandler, UserSessionData userSessionData)
-
-
Method Details
-
handleNewSession
public void handleNewSession(org.teamapps.ux.session.SessionContext context) -
createLoginView
public void createLoginView(org.teamapps.ux.session.SessionContext context, org.teamapps.ux.component.rootpanel.RootPanel rootPanel)
-