Package com.networknt.session.jdbc
Class JdbcSessionManager
java.lang.Object
com.networknt.session.jdbc.JdbcSessionManager
- All Implemented Interfaces:
SessionManager
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJdbcSessionManager(io.undertow.server.session.SessionConfig sessionConfig, SessionRepository sessionRepository) -
Method Summary
Modifier and TypeMethodDescriptioncreateSession(io.undertow.server.HttpServerExchange serverExchange) getSession(io.undertow.server.HttpServerExchange serverExchange) getSession(String sessionId) removeSession(io.undertow.server.HttpServerExchange serverExchange) voidremoveSession(String sessionId)
-
Field Details
-
DEPLOY_NAME
- See Also:
-
-
Constructor Details
-
JdbcSessionManager
public JdbcSessionManager(io.undertow.server.session.SessionConfig sessionConfig, SessionRepository sessionRepository)
-
-
Method Details
-
getDeploymentName
- Specified by:
getDeploymentNamein interfaceSessionManager
-
createSession
- Specified by:
createSessionin interfaceSessionManager
-
getSessions
-
getSession
- Specified by:
getSessionin interfaceSessionManager
-
getSession
- Specified by:
getSessionin interfaceSessionManager
-
removeSession
- Specified by:
removeSessionin interfaceSessionManager
-
removeSession
- Specified by:
removeSessionin interfaceSessionManager
-