Java org.springframework.security.web.savedrequest DefaultSavedRequest fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.web.savedrequest DefaultSavedRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.web.savedrequest DefaultSavedRequest.

The text is from its open source code.

Constructor

Method

booleandoesRequestMatch(HttpServletRequest request, PortResolver portResolver)
Determines if the current request matches the DefaultSavedRequest.
StringgetRedirectUrl()
Indicates the URL that the user agent used for this request.