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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

SimpleUrlAuthenticationSuccessHandler(String defaultTargetUrl)
Constructor which sets the defaultTargetUrl property of the base class.
SimpleUrlAuthenticationSuccessHandler()

Method

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.
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.
voidsetUseReferer(boolean useReferer)
If set to true the Referer header will be used (if available).