ServerFormLoginDsl
class ServerFormLoginDsl
A Kotlin DSL to configure ServerHttpSecurity form login using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.4
Properties
Link copied to clipboard
configures how to request for authentication.
Link copied to clipboard
the ServerAuthenticationFailureHandler used to handle a failed authentication.
Link copied to clipboard
the ReactiveAuthenticationManager used to authenticate.
Link copied to clipboard
the ServerAuthenticationSuccessHandler used after authentication success.
Link copied to clipboard
configures when authentication is performed.
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).