Java org.apache.shiro.session.mgt SessionManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.session.mgt SessionManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.session.mgt SessionManager.

The text is from its open source code.

Implementation

org.apache.shiro.session.mgt.SessionManager has the following implementations.
Click this link to see all its implementation.

Method

SessiongetSession(SessionKey key)
Retrieves the session corresponding to the specified contextual data (such as a session ID if applicable), or null if no Session could be found.