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(org.springframework.security.web.server.authentication.logout.ServerLogoutHandler logoutHandler) |
ServerHttpSecurity.LogoutSpec |
logoutSuccessHandler(org.springframework.security.web.server.authentication.logout.ServerLogoutSuccessHandler handler) |
ServerHttpSecurity.LogoutSpec |
logoutUrl(java.lang.String logoutUrl) |
ServerHttpSecurity.LogoutSpec |
requiresLogout(org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher requiresLogout) |
public ServerHttpSecurity.LogoutSpec logoutHandler(org.springframework.security.web.server.authentication.logout.ServerLogoutHandler logoutHandler)
public ServerHttpSecurity.LogoutSpec logoutUrl(java.lang.String logoutUrl)
public ServerHttpSecurity.LogoutSpec requiresLogout(org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher requiresLogout)
public ServerHttpSecurity.LogoutSpec logoutSuccessHandler(org.springframework.security.web.server.authentication.logout.ServerLogoutSuccessHandler handler)
public ServerHttpSecurity disable()
public ServerHttpSecurity and()
public void configure(ServerHttpSecurity http)