Package org.wildfly.security.http.oidc
Class OidcConfigurationServletListener
java.lang.Object
org.wildfly.security.http.oidc.OidcConfigurationServletListener
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class OidcConfigurationServletListener
extends Object
implements jakarta.servlet.ServletContextListener
A ServletContextListener that parses the OIDC configuration and sets the configuration
as a ServletContext attribute in order to provide to OidcAuthenticationMechanism a way
to obtain the configuration when processing requests.
- Author:
- Pedro Igor, Farah Juma
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent sce) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
Constructor Details
-
OidcConfigurationServletListener
public OidcConfigurationServletListener()
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-