Package org.wildfly.security.http.oidc
Class OidcConfigurationServletListener
- java.lang.Object
-
- org.wildfly.security.http.oidc.OidcConfigurationServletListener
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class OidcConfigurationServletListener extends Object implements javax.servlet.ServletContextListener
A
ServletContextListenerthat parses the OIDC configuration and sets the configuration as aServletContextattribute in order to provide toOidcAuthenticationMechanisma way to obtain the configuration when processing requests.- Author:
- Pedro Igor, Farah Juma
-
-
Constructor Summary
Constructors Constructor Description OidcConfigurationServletListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
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
-
-