Example usage for org.springframework.security.web.server.savedrequest ServerRequestCache interface-usage

List of usage examples for org.springframework.security.web.server.savedrequest ServerRequestCache interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.web.server.savedrequest ServerRequestCache interface-usage.

Usage

From source file org.springframework.security.web.server.savedrequest.WebSessionServerRequestCache.java

/**
 * An implementation of {@link ServerRequestCache} that saves the
 * {@link ServerHttpRequest} in the {@link WebSession}.
 *
 * The current implementation only saves the URL that was requested.
 *