public final class ServerHttpSecurity.LogoutSpec
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ServerHttpSecurity |
and() |
void |
configure(ServerHttpSecurity http) |
ServerHttpSecurity |
disable() |
ServerHttpSecurity.LogoutSpec |
logoutHandler(ServerLogoutHandler logoutHandler) |
ServerHttpSecurity.LogoutSpec |
logoutSuccessHandler(ServerLogoutSuccessHandler handler) |
ServerHttpSecurity.LogoutSpec |
logoutUrl(java.lang.String logoutUrl) |
ServerHttpSecurity.LogoutSpec |
requiresLogout(ServerWebExchangeMatcher requiresLogout) |
public ServerHttpSecurity.LogoutSpec logoutHandler(ServerLogoutHandler logoutHandler)
public ServerHttpSecurity.LogoutSpec logoutUrl(java.lang.String logoutUrl)
public ServerHttpSecurity.LogoutSpec requiresLogout(ServerWebExchangeMatcher requiresLogout)
public ServerHttpSecurity.LogoutSpec logoutSuccessHandler(ServerLogoutSuccessHandler handler)
public ServerHttpSecurity disable()
public ServerHttpSecurity and()
public void configure(ServerHttpSecurity http)