public class HttpSecurity
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
HttpSecurity |
authenticationManager(ReactiveAuthenticationManager manager) |
AuthorizeExchangeBuilder |
authorizeExchange() |
WebFilter |
build() |
HeaderBuilder |
headers() |
static HttpSecurity |
http() |
HttpBasicBuilder |
httpBasic() |
HttpSecurity |
securityContextRepository(SecurityContextRepository securityContextRepository) |
public HttpSecurity securityContextRepository(SecurityContextRepository securityContextRepository)
public HttpBasicBuilder httpBasic()
public HeaderBuilder headers()
public AuthorizeExchangeBuilder authorizeExchange()
public HttpSecurity authenticationManager(ReactiveAuthenticationManager manager)
public WebFilter build()
public static HttpSecurity http()