Package io.hawt.springboot
Class SpringHawtioContextListener
java.lang.Object
io.hawt.HawtioContextListener
io.hawt.springboot.SpringHawtioContextListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpringHawtioContextListener(ConfigManager configManager, String servletPath) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureAuthenticationProviders(jakarta.servlet.ServletContext servletContext, AuthenticationConfiguration authConfig) voidcontextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) Methods inherited from class io.hawt.HawtioContextListener
contextDestroyed, createServletException
-
Field Details
-
servletPath
-
-
Constructor Details
-
SpringHawtioContextListener
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener- Overrides:
contextInitializedin classHawtioContextListener
-
configureAuthenticationProviders
protected void configureAuthenticationProviders(jakarta.servlet.ServletContext servletContext, AuthenticationConfiguration authConfig) - Overrides:
configureAuthenticationProvidersin classHawtioContextListener
-