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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

voidonLogoutSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication)
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.
voidsetUseReferer(boolean useReferer)
If set to true the Referer header will be used (if available).