Package org.springframework.security.authentication.ott
package org.springframework.security.authentication.ott
-
ClassDescriptionA default implementation of
OneTimeToken
Class to store information related to an One-Time Token authentication requestProvides an in-memory implementation of theOneTimeTokenService
interface that uses aConcurrentHashMap
to store the generatedOneTimeToken
.AnAuthenticationException
that indicates an invalid one-time token.A JDBC implementation of anOneTimeTokenService
that uses aJdbcOperations
forOneTimeToken
persistence.Represents a one-time use token with an associated username and expiration time.AnAuthenticationProvider
responsible for authenticating users based on one-time tokens.Represents a One-Time Token authentication that can be authenticated or not.Interface for generating and consuming one-time tokens.