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

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

Introduction

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

The text is from its open source code.

Field

Constructor

Method

voidsetExitUserUrl(String exitUserUrl)
Set the URL to respond to exit user processing.
voidsetSwitchFailureUrl(String switchFailureUrl)
Sets the URL to which a user should be redirected if the switch fails.
voidsetSwitchUserUrl(String switchUserUrl)
Set the URL to respond to switch user processing.
voidsetTargetUrl(String targetUrl)
Sets the URL to go to after a successful switch / exit user request.
voidsetUserDetailsService(UserDetailsService userDetailsService)
Sets the authentication data access object.