DPoPDsl
class DPoPDsl
A Kotlin DSL to configure DPoP-bound access token support using idiomatic Kotlin code.
Author
Max Batischev
Since
7.1
Properties
Link copied to clipboard
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
the AuthenticationFailureHandler used for handling a failed DPoP-protected resource request. The default is AuthenticationEntryPointFailureHandler with DPoPAuthenticationEntryPoint.
Link copied to clipboard
the AuthenticationSuccessHandler used for handling an authenticated DPoP-protected resource request.
Link copied to clipboard
the RequestMatcher used when matching the HttpServletRequest to a DPoP-protected resource request.