ServerHttpBasicDsl
class ServerHttpBasicDsl
A Kotlin DSL to configure ServerHttpSecurity basic authorization using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.4
Properties
Link copied to clipboard
the ServerAuthenticationEntryPoint to be populated on BasicAuthenticationFilter in the event that authentication fails.
Link copied to clipboard
Link copied to clipboard
the ReactiveAuthenticationManager used to authenticate.
Link copied to clipboard
the ServerSecurityContextRepository used to save the Authentication. For the SecurityContext to be loaded on subsequent requests the ReactorContextWebFilter must be configured to be able to load the value (they are not implicitly linked).