File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
web/src/main/java/org/springframework/security/web/authentication/switchuser Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -437,7 +437,8 @@ public void setUserDetailsService(UserDetailsService userDetailsService) {
437
437
}
438
438
439
439
/**
440
- * Set the URL to respond to exit user processing.
440
+ * Set the URL to respond to exit user processing. This is a shortcut for
441
+ * {@link #setExitUserMatcher(RequestMatcher)}.
441
442
*
442
443
* @param exitUserUrl The exit user URL.
443
444
*/
@@ -448,10 +449,9 @@ public void setExitUserUrl(String exitUserUrl) {
448
449
}
449
450
450
451
/**
451
- * Set the matcher to respond to exit user processing. This is a shortcut for
452
- * {@link #setExitUserMatcher(RequestMatcher)}
452
+ * Set the matcher to respond to exit user processing.
453
453
*
454
- * @param exitUserMatcher The exit matcher to use
454
+ * @param exitUserMatcher The exit matcher to use.
455
455
*/
456
456
public void setExitUserMatcher (RequestMatcher exitUserMatcher ) {
457
457
Assert .notNull (exitUserMatcher , "exitUserMatcher cannot be null" );
You can’t perform that action at this time.
0 commit comments