Example usage for org.springframework.security.core.session SessionRegistryImpl subclass-usage

List of usage examples for org.springframework.security.core.session SessionRegistryImpl subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.core.session SessionRegistryImpl subclass-usage.

Usage

From source file com.sshdemo.common.security.core.session.EwcmsSessionRegistryImpl.java

public class EwcmsSessionRegistryImpl extends SessionRegistryImpl implements EwcmsSessionRegistry {

    private static final Logger logger = LoggerFactory.getLogger(EwcmsSessionRegistryImpl.class);

    /**
     * ??principal

From source file com.kuprowski.redis.security.core.session.RedisSessionRegistry.java

/**
 * Implementation of <code>SessionRegistry</code> which stores a <code>SessionInformation</code> in Redis
 * 
 */
public class RedisSessionRegistry extends SessionRegistryImpl implements InitializingBean {