Example usage for org.springframework.security.web.session SessionInformationExpiredStrategy interface-usage

List of usage examples for org.springframework.security.web.session SessionInformationExpiredStrategy interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.session SessionInformationExpiredStrategy interface-usage.

Usage

From source file org.springframework.security.web.session.SimpleRedirectSessionInformationExpiredStrategy.java

/**
 * Performs a redirect to a fixed URL when an expired session is detected by the
 * {@code ConcurrentSessionFilter}.
 *
 * @author Marten Deinum
 * @since 4.2.0