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
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.jetty.server.session.SessionHandler -
Constructor Summary
ConstructorsConstructorDescriptionJetty94SessionManager(org.eclipse.jetty.server.session.SessionHandler sessionHandler) -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpSessiongetHttpSession(String extendedId)
-
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
- Specified by:
getHttpSessionin interfaceorg.keycloak.adapters.jetty.spi.JettySessionManager
-