OneTimeTokenLoginDsl

A Kotlin DSL to configure HttpSecurity OAuth 2.0 login using idiomatic Kotlin code.

Author

Max Batischev

Since

6.4

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authenticationConverter: AuthenticationConverter?

Use this AuthenticationConverter when converting incoming requests to an authentication

Link copied to clipboard
var authenticationFailureHandler: AuthenticationFailureHandler?

the AuthenticationFailureHandler to use when authentication

Link copied to clipboard
var authenticationProvider: AuthenticationProvider?

the AuthenticationProvider to use when authenticating the user

Link copied to clipboard
var authenticationSuccessHandler: AuthenticationSuccessHandler?

the AuthenticationSuccessHandler to be used

Link copied to clipboard

sets the URL that the default submit page will be generated

Link copied to clipboard
var generateRequestResolver: GenerateOneTimeTokenRequestResolver?

the GenerateOneTimeTokenRequestResolver to be used

Link copied to clipboard

the URL to process the login request

Link copied to clipboard
var oneTimeTokenGenerationSuccessHandler: OneTimeTokenGenerationSuccessHandler?

the strategy to be used to handle generated one-time tokens

Link copied to clipboard

configures whether the default one-time token submit page should be shown

Link copied to clipboard

the URL that a One-Time Token generate request will be processed

Link copied to clipboard
var tokenService: OneTimeTokenService?

configures the OneTimeTokenService used to generate and consume