HttpBasicDsl
class HttpBasicDsl
A Kotlin DSL to configure HttpSecurity basic authentication using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.3
Properties
Link copied to clipboard
the custom AuthenticationDetailsSource to use for basic authentication.
Link copied to clipboard
the AuthenticationEntryPoint to be populated on BasicAuthenticationFilter in the event that authentication fails.
Link copied to clipboard
the HTTP Basic realm to use. If authenticationEntryPoint has been invoked, invoking this method will result in an error.