Class OneTimeTokenAuthenticationFilter

java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter
org.springframework.security.web.authentication.ott.OneTimeTokenAuthenticationFilter
All Implemented Interfaces:
jakarta.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.EnvironmentAware, org.springframework.context.MessageSourceAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

public final class OneTimeTokenAuthenticationFilter extends AbstractAuthenticationProcessingFilter
Filter that processes a one-time token for log in.

By default, it uses OneTimeTokenAuthenticationConverter to extract the token from the request.

Since:
6.5
  • Field Details

  • Constructor Details

    • OneTimeTokenAuthenticationFilter

      public OneTimeTokenAuthenticationFilter()