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 Details

    • RouteAccessControlServiceInitListener

      public RouteAccessControlServiceInitListener()
  • Method Details

    • serviceInit

      public void serviceInit(com.vaadin.flow.server.ServiceInitEvent serviceInitEvent)
      Specified by:
      serviceInit in interface com.vaadin.flow.server.VaadinServiceInitListener
    • uiInit

      public void uiInit(com.vaadin.flow.server.UIInitEvent event)
      Specified by:
      uiInit in interface com.vaadin.flow.server.UIInitListener