Package dev.hilla.sso.starter
Class BootstrapDataServiceListener
java.lang.Object
dev.hilla.sso.starter.BootstrapDataServiceListener
- All Implemented Interfaces:
com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
public class BootstrapDataServiceListener
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener
This class is responsible for injecting the SSO data into the index.html
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent event)
-
Constructor Details
-
BootstrapDataServiceListener
-
-
Method Details
-
serviceInit
public void serviceInit(com.vaadin.flow.server.ServiceInitEvent event) - Specified by:
serviceInitin interfacecom.vaadin.flow.server.VaadinServiceInitListener
-