@@ -5535,8 +5535,7 @@ private ServerLogoutHandler logoutHandler() {
5535
5535
* that the scheme, server name, or port in the {@code Host} header are
5536
5536
* different from how you would address the same server internally.
5537
5537
* @param logoutUri the URI to request logout on the back-channel
5538
- * @return the {@link BackChannelLogoutConfigurer} for
5539
- * further customizations
5538
+ * @return the {@link BackChannelLogoutConfigurer} for further customizations
5540
5539
* @since 6.2.4
5541
5540
* @deprecated Please use {@link #sessionLogout} instead
5542
5541
*/
@@ -5609,8 +5608,7 @@ public BackChannelLogoutConfigurer logoutUri(String logoutUri) {
5609
5608
* </pre>
5610
5609
* @param sessionLogout a {@link Customizer} for configuring how to log out of
5611
5610
* each individual session
5612
- * @return {@link BackChannelLogoutConfigurer} for
5613
- * further customizations
5611
+ * @return {@link BackChannelLogoutConfigurer} for further customizations
5614
5612
* @since 6.4
5615
5613
*/
5616
5614
public BackChannelLogoutConfigurer sessionLogout (Customizer <SessionLogoutConfigurer > sessionLogout ) {
@@ -5695,9 +5693,7 @@ private SessionLogoutConfigurer() {
5695
5693
* different logout endpoint, like the Spring Security logout endpoint:
5696
5694
* {@code {baseScheme}://localhost{basePort}/logout}.
5697
5695
* @param uri the URI to invoke to log out specific sessions
5698
- * @return the
5699
- * {@link SessionLogoutConfigurer}
5700
- * for further customizations
5696
+ * @return the {@link SessionLogoutConfigurer} for further customizations
5701
5697
*/
5702
5698
public SessionLogoutConfigurer uri (String uri ) {
5703
5699
this .logoutUri = uri ;
@@ -5714,9 +5710,7 @@ public SessionLogoutConfigurer uri(String uri) {
5714
5710
* <p>
5715
5711
* When using Spring Session, you may need to set this to {@code SESSION}
5716
5712
* @param cookieName the cookie name to use
5717
- * @return the
5718
- * {@link SessionLogoutConfigurer}
5719
- * for further customizations
5713
+ * @return the {@link SessionLogoutConfigurer} for further customizations
5720
5714
*/
5721
5715
public SessionLogoutConfigurer cookieName (String cookieName ) {
5722
5716
this .cookieName = cookieName ;
0 commit comments