Package org.keycloak.adapters.jetty
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 Summary
Fields Modifier and Type Field Description protected org.eclipse.jetty.server.session.SessionHandlersessionHandler
-
Constructor Summary
Constructors Constructor Description Jetty94SessionManager(org.eclipse.jetty.server.session.SessionHandler sessionHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.http.HttpSessiongetHttpSession(String extendedId)
-
-
-
Method Detail
-
getHttpSession
public javax.servlet.http.HttpSession getHttpSession(String extendedId)
- Specified by:
getHttpSessionin interfaceorg.keycloak.adapters.jetty.spi.JettySessionManager
-
-