Class ApplicationServiceInitListener

java.lang.Object
com.svenruppert.jsentinel.ApplicationServiceInitListener
All Implemented Interfaces:
com.svenruppert.dependencies.core.logger.HasLogger, com.vaadin.flow.server.VaadinServiceInitListener, Serializable, EventListener

public class ApplicationServiceInitListener extends Object implements com.vaadin.flow.server.VaadinServiceInitListener, com.svenruppert.dependencies.core.logger.HasLogger
Vaadin service initializer that registers the LoginListener as a BeforeEnterListener on every UI.

Registered via META-INF/services/com.vaadin.flow.server.VaadinServiceInitListener.

See Also:
  • Field Summary

    Fields inherited from interface com.svenruppert.dependencies.core.logger.HasLogger

    LOGGER_CACHE, WALKER
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serviceInit(com.vaadin.flow.server.ServiceInitEvent e)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.svenruppert.dependencies.core.logger.HasLogger

    logger, logger
  • Constructor Details

    • ApplicationServiceInitListener

      public ApplicationServiceInitListener()
      Creates a new instance.
  • Method Details

    • serviceInit

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