Java org.springframework.security.web.authentication SavedRequestAwareAuthenticationSuccessHandler fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.security.web.authentication.SavedRequestAwareAuthenticationSuccessHandler has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetAlwaysUseDefaultTargetUrl(boolean alwaysUseDefaultTargetUrl)
If true, will always redirect to the value of defaultTargetUrl (defaults to false).
voidsetDefaultTargetUrl(String defaultTargetUrl)
Supplies the default target Url that will be used if no saved request is found in the session, or the alwaysUseDefaultTargetUrl property is set to true.
voidsetRedirectStrategy(RedirectStrategy redirectStrategy)
Allows overriding of the behaviour when redirecting to a target URL.
voidsetRequestCache(RequestCache requestCache)
voidsetTargetUrlParameter(String targetUrlParameter)
If this property is set, the current request will be checked for this a parameter with this name and the value used as the target URL if present.