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 Details

    • StandardAuthenticationServiceInitListener

      public StandardAuthenticationServiceInitListener()
  • Method Details

    • setLoginRoute

      public void setLoginRoute(String loginRoute)
    • setMainRoute

      public void setMainRoute(String mainRoute)
    • 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