Class StandardAuthenticationServiceInitListener
java.lang.Object
de.codecamp.vaadin.security.spring.authentication.StandardAuthenticationServiceInitListener
- All Implemented Interfaces:
com.vaadin.flow.server.UIInitListener,com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
public class StandardAuthenticationServiceInitListener
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener, com.vaadin.flow.server.UIInitListener
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent) voidsetLoginRoute(String loginRoute) voidsetMainRoute(String mainRoute) voiduiInit(com.vaadin.flow.server.UIInitEvent event)
-
Constructor Details
-
StandardAuthenticationServiceInitListener
public StandardAuthenticationServiceInitListener()
-
-
Method Details
-
setLoginRoute
-
setMainRoute
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-
uiInit
public void uiInit(com.vaadin.flow.server.UIInitEvent event) - Specified by:
uiInitin interfacecom.vaadin.flow.server.UIInitListener
-