Class OidcConfigurationServletListener

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    public class OidcConfigurationServletListener
    extends Object
    implements javax.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 Detail

      • OidcConfigurationServletListener

        public OidcConfigurationServletListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener