|
@@ -115,7 +115,7 @@ public class SwitchUserWebFilter implements WebFilter {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Creates a filter for the user context switching
|
|
* Creates a filter for the user context switching
|
|
- * @param userDetailsService The <tt>UserDetailService</tt> which will be used to load
|
|
|
|
|
|
+ * @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
|
|
* information for the user that is being switched to.
|
|
* information for the user that is being switched to.
|
|
* @param successHandler Used to define custom behaviour on a successful switch or
|
|
* @param successHandler Used to define custom behaviour on a successful switch or
|
|
* exit user.
|
|
* exit user.
|
|
@@ -135,7 +135,7 @@ public class SwitchUserWebFilter implements WebFilter {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Creates a filter for the user context switching
|
|
* Creates a filter for the user context switching
|
|
- * @param userDetailsService The <tt>UserDetailService</tt> which will be used to load
|
|
|
|
|
|
+ * @param userDetailsService The <tt>UserDetailsService</tt> which will be used to load
|
|
* information for the user that is being switched to.
|
|
* information for the user that is being switched to.
|
|
* @param successTargetUrl Sets the URL to go to after a successful switch / exit user
|
|
* @param successTargetUrl Sets the URL to go to after a successful switch / exit user
|
|
* request
|
|
* request
|