Example usage for org.springframework.security.web.authentication.session SessionFixationProtectionStrategy subclass-usage

List of usage examples for org.springframework.security.web.authentication.session SessionFixationProtectionStrategy subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.authentication.session SessionFixationProtectionStrategy subclass-usage.

Usage

From source file com.rockagen.gnext.service.spring.security.extension.BasicConcurrentSessionControlStrategy.java

/**
 * An extension for spring security when turned off the browser with do not logout case can not login
 * 
 * @author RA
 */
public class BasicConcurrentSessionControlStrategy extends SessionFixationProtectionStrategy {