ServerJwtDsl

A Kotlin DSL to configure ServerHttpSecurity JWT Resource Server support 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

configures a ReactiveJwtDecoder using a JSON Web Key (JWK) URL

Link copied to clipboard
var jwtAuthenticationConverter: Converter<Jwt, out Mono<out AbstractAuthenticationToken>>?

the Converter to use for converting a Jwt into an AbstractAuthenticationToken.

Link copied to clipboard
var jwtDecoder: ReactiveJwtDecoder?

the ReactiveJwtDecoder to use.

Link copied to clipboard

configures a ReactiveJwtDecoder that leverages the provided RSAPublicKey