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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.shiro.mgt.SessionsSecurityManager has subclasses.
Click this link to see all its subclasses.

Method

SessionManagergetSessionManager()
Returns this security manager's internal delegate SessionManager SessionManager .
voidsetSessionManager(SessionManager sessionManager)
Sets the underlying delegate SessionManager instance that will be used to support this implementation's SessionManager method calls.