Example usage for org.apache.shiro.session.mgt.eis CachingSessionDAO subclass-usage

List of usage examples for org.apache.shiro.session.mgt.eis CachingSessionDAO subclass-usage

Introduction

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

Usage

From source file com.aerospike.shiro.AerospikeSessionDAO.java

public class AerospikeSessionDAO extends CachingSessionDAO implements Destroyable, Initializable {
    // Read from these system properties at init time if they exist
    @SuppressWarnings("serial")
    private static final Map<String, String> PROPERTY_MAP = Collections
            .unmodifiableMap(new HashMap<String, String>() {
                {

From source file com.webarch.common.shiro.distribution.spring.RedisCacheSessionDAO.java

/**
 * :
 * Version: 1.0
 * Author: DR.YangLong
 * Date: 2014/10/3
 * Time: 9:55

From source file com.yea.shiro.session.mgt.redis.ShiroSessionDAO.java

public class ShiroSessionDAO extends CachingSessionDAO {

    private ICachePool<Serializable, Session> cachePool;

    public ShiroSessionDAO() {
        super.setCacheManager(new AbstractCacheManager() {

From source file org.apache.mycat.advisor.common.security.shiro.distribution.spring.RedisCacheSessionDAO.java

/**
 * :
 * Version: 1.0
 * Author: DR.YangLong
 * Date: 2014/10/3
 * Time: 9:55

From source file org.graylog2.security.MongoDbSessionDAO.java

public class MongoDbSessionDAO extends CachingSessionDAO {
    private static final Logger LOG = LoggerFactory.getLogger(MongoDbSessionDAO.class);

    private final MongoDBSessionService mongoDBSessionService;

    @Inject

From source file org.killbill.billing.util.security.shiro.dao.JDBCSessionDao.java

public class JDBCSessionDao extends CachingSessionDAO {

    private static final Logger log = LoggerFactory.getLogger(JDBCSessionDao.class);

    private final JDBCSessionSqlDao jdbcSessionSqlDao;

From source file uk.ac.ox.it.ords.security.SSOSessionDAO.java

/**
 * A very basic SSO DAO for sessions stored on disk; only use this if for some reason
 * you can't make use of the standard Shiro EnterpriseDAO with ehcache.
 * 
 * Example configuration below for a shared shiro.ini configuration
 *