Class AuthServletContextListener

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

    public class AuthServletContextListener
    extends Object
    implements jakarta.servlet.ServletContextListener
    The AuthServletContextListener class is used to reset the JAAS configuration to the default container's configuration when OpenAM web application is undeployed, or the web container is terminated.
    • Constructor Detail

      • AuthServletContextListener

        public AuthServletContextListener()
    • Method Detail

      • contextInitialized

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

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