List of usage examples for org.apache.shiro.session.mgt.eis MemorySessionDAO MemorySessionDAO
public MemorySessionDAO()
From source file:com.github.ibole.infrastructure.web.security.spring.shiro.config.ShiroConfig.java
License:Apache License
@Bean public SessionDAO getMemorySessionDAO() { return new MemorySessionDAO(); }