DPoPDsl

class DPoPDsl

A Kotlin DSL to configure DPoP-bound access token support using idiomatic Kotlin code.

Author

Max Batischev

Since

7.1

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authenticationConverter: AuthenticationConverter?

the AuthenticationConverter used when attempting to extract a DPoP-bound access token from HttpServletRequest to an instance of DPoPAuthenticationToken used for authenticating the DPoP-protected resource request. The default is DPoPAuthenticationConverter.

Link copied to clipboard
var authenticationFailureHandler: AuthenticationFailureHandler?

the AuthenticationFailureHandler used for handling a failed DPoP-protected resource request. The default is AuthenticationEntryPointFailureHandler with DPoPAuthenticationEntryPoint.

Link copied to clipboard
var authenticationSuccessHandler: AuthenticationSuccessHandler?

the AuthenticationSuccessHandler used for handling an authenticated DPoP-protected resource request.

Link copied to clipboard
var requestMatcher: RequestMatcher?

the RequestMatcher used when matching the HttpServletRequest to a DPoP-protected resource request.