Class Jetty94SessionManager

java.lang.Object
org.keycloak.adapters.jetty.Jetty94SessionManager
All Implemented Interfaces:
org.keycloak.adapters.jetty.spi.JettySessionManager

public class Jetty94SessionManager extends Object implements org.keycloak.adapters.jetty.spi.JettySessionManager
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • sessionHandler

      protected org.eclipse.jetty.server.session.SessionHandler sessionHandler
  • Constructor Details

    • Jetty94SessionManager

      public Jetty94SessionManager(org.eclipse.jetty.server.session.SessionHandler sessionHandler)
  • Method Details

    • getHttpSession

      public javax.servlet.http.HttpSession getHttpSession(String extendedId)
      Specified by:
      getHttpSession in interface org.keycloak.adapters.jetty.spi.JettySessionManager