mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix formatting
This commit is contained in:
parent
5661e06e9c
commit
34a21cd80c
@ -371,8 +371,8 @@ public class SwitchUserFilter extends GenericFilterBean implements ApplicationEv
|
||||
|
||||
/**
|
||||
* Sets the authentication data access object.
|
||||
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
|
||||
* information for the user that is being switched to.
|
||||
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to
|
||||
* load information for the user that is being switched to.
|
||||
*/
|
||||
public void setUserDetailsService(UserDetailsService userDetailsService) {
|
||||
this.userDetailsService = userDetailsService;
|
||||
|
@ -115,8 +115,8 @@ public class SwitchUserWebFilter implements WebFilter {
|
||||
|
||||
/**
|
||||
* Creates a filter for the user context switching
|
||||
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
|
||||
* information for the user that is being switched to.
|
||||
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to
|
||||
* load information for the user that is being switched to.
|
||||
* @param successHandler Used to define custom behaviour on a successful switch or
|
||||
* exit user.
|
||||
* @param failureHandler Used to define custom behaviour when a switch fails.
|
||||
@ -135,8 +135,8 @@ public class SwitchUserWebFilter implements WebFilter {
|
||||
|
||||
/**
|
||||
* Creates a filter for the user context switching
|
||||
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
|
||||
* information for the user that is being switched to.
|
||||
* @param userDetailsService The <tt>UserDetailsService</tt> which will be used to
|
||||
* load information for the user that is being switched to.
|
||||
* @param successTargetUrl Sets the URL to go to after a successful switch / exit user
|
||||
* request
|
||||
* @param failureTargetUrl The URL to which a user should be redirected if the switch
|
||||
|
Loading…
x
Reference in New Issue
Block a user