ServerExceptionHandlingDsl

A Kotlin DSL to configure ServerHttpSecurity exception handling using idiomatic Kotlin code.

Author

Eleftheria Stein

Since

5.4

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var accessDeniedHandler: ServerAccessDeniedHandler?

the ServerAccessDeniedHandler to use when an authenticated user does not hold a required authority

Link copied to clipboard
var authenticationEntryPoint: ServerAuthenticationEntryPoint?

the ServerAuthenticationEntryPoint to use when the application request authentication