Package org.keycloak.adapters.undertow
Class UndertowNodesRegistrationManagementWrapper
java.lang.Object
org.keycloak.adapters.undertow.UndertowNodesRegistrationManagementWrapper
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class UndertowNodesRegistrationManagementWrapper
extends Object
implements javax.servlet.ServletContextListener
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(javax.servlet.ServletContextEvent sce) voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
Constructor Details
-
UndertowNodesRegistrationManagementWrapper
-
-
Method Details
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce) - Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce) - Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-