Example usage for org.springframework.security.web.savedrequest HttpSessionRequestCache getRequest

List of usage examples for org.springframework.security.web.savedrequest HttpSessionRequestCache getRequest

Introduction

In this page you can find the example usage for org.springframework.security.web.savedrequest HttpSessionRequestCache getRequest.

Prototype

public SavedRequest getRequest(HttpServletRequest currentRequest, HttpServletResponse response) 

Source Link

Usage