ServerX509Dsl

A Kotlin DSL to configure ServerHttpSecurity X509 based pre authentication using idiomatic Kotlin code.

Author

Eleftheria Stein

Since

5.4

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authenticationManager: ReactiveAuthenticationManager?

the ReactiveAuthenticationManager used to determine if the provided Authentication can be authenticated.

Link copied to clipboard
var principalExtractor: X509PrincipalExtractor?

the X509PrincipalExtractor used to obtain the principal for use within the framework.