JwtDsl

class JwtDsl

A Kotlin DSL to configure JWT Resource Server Support using idiomatic Kotlin code.

Author

Eleftheria Stein

Since

5.3

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authenticationManager: AuthenticationManager?

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

Link copied to clipboard

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

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

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

Link copied to clipboard
var jwtDecoder: JwtDecoder?

the JwtDecoder to use.