58
58
import org .springframework .security .authorization .ObservationReactiveAuthorizationManager ;
59
59
import org .springframework .security .authorization .ReactiveAuthorizationManager ;
60
60
import org .springframework .security .config .Customizer ;
61
- import org .springframework .security .config .annotation .web .configurers .oauth2 .client .OidcLogoutConfigurer ;
62
61
import org .springframework .security .core .Authentication ;
63
62
import org .springframework .security .core .GrantedAuthority ;
64
63
import org .springframework .security .core .authority .AuthorityUtils ;
@@ -5536,7 +5535,7 @@ private ServerLogoutHandler logoutHandler() {
5536
5535
* that the scheme, server name, or port in the {@code Host} header are
5537
5536
* different from how you would address the same server internally.
5538
5537
* @param logoutUri the URI to request logout on the back-channel
5539
- * @return the {@link OidcLogoutConfigurer. BackChannelLogoutConfigurer} for
5538
+ * @return the {@link BackChannelLogoutConfigurer} for
5540
5539
* further customizations
5541
5540
* @since 6.2.4
5542
5541
* @deprecated Please use {@link #sessionLogout} instead
@@ -5610,7 +5609,7 @@ public BackChannelLogoutConfigurer logoutUri(String logoutUri) {
5610
5609
* </pre>
5611
5610
* @param sessionLogout a {@link Customizer} for configuring how to log out of
5612
5611
* each individual session
5613
- * @return {@link OidcLogoutConfigurer. BackChannelLogoutConfigurer} for
5612
+ * @return {@link BackChannelLogoutConfigurer} for
5614
5613
* further customizations
5615
5614
* @since 6.4
5616
5615
*/
@@ -5697,7 +5696,7 @@ private SessionLogoutConfigurer() {
5697
5696
* {@code {baseScheme}://localhost{basePort}/logout}.
5698
5697
* @param uri the URI to invoke to log out specific sessions
5699
5698
* @return the
5700
- * {@link OidcLogoutConfigurer.BackChannelLogoutConfigurer. SessionLogoutConfigurer}
5699
+ * {@link SessionLogoutConfigurer}
5701
5700
* for further customizations
5702
5701
*/
5703
5702
public SessionLogoutConfigurer uri (String uri ) {
@@ -5716,7 +5715,7 @@ public SessionLogoutConfigurer uri(String uri) {
5716
5715
* When using Spring Session, you may need to set this to {@code SESSION}
5717
5716
* @param cookieName the cookie name to use
5718
5717
* @return the
5719
- * {@link OidcLogoutConfigurer.BackChannelLogoutConfigurer. SessionLogoutConfigurer}
5718
+ * {@link SessionLogoutConfigurer}
5720
5719
* for further customizations
5721
5720
*/
5722
5721
public SessionLogoutConfigurer cookieName (String cookieName ) {
0 commit comments