Class RouteAccessControlServiceInitListener
java.lang.Object
de.codecamp.vaadin.security.spring.access.route.RouteAccessControlServiceInitListener
- All Implemented Interfaces:
com.vaadin.flow.server.UIInitListener,com.vaadin.flow.server.VaadinServiceInitListener,Serializable,EventListener
public class RouteAccessControlServiceInitListener
extends Object
implements com.vaadin.flow.server.VaadinServiceInitListener, com.vaadin.flow.server.UIInitListener
Registers the
RouteAccessControl with every new UI.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent) voiduiInit(com.vaadin.flow.server.UIInitEvent event)
-
Constructor Details
-
RouteAccessControlServiceInitListener
public RouteAccessControlServiceInitListener()
-
-
Method Details
-
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
-