Example usage for org.apache.shiro.session.mgt.eis MemorySessionDAO MemorySessionDAO

List of usage examples for org.apache.shiro.session.mgt.eis MemorySessionDAO MemorySessionDAO

Introduction

In this page you can find the example usage for org.apache.shiro.session.mgt.eis MemorySessionDAO MemorySessionDAO.

Prototype

public MemorySessionDAO() 

Source Link

Usage

From source file:com.github.ibole.infrastructure.web.security.spring.shiro.config.ShiroConfig.java

License:Apache License

@Bean
public SessionDAO getMemorySessionDAO() {
    return new MemorySessionDAO();
}