Class OneTimeTokenAuthenticationConverter

java.lang.Object
org.springframework.security.web.authentication.ott.OneTimeTokenAuthenticationConverter
All Implemented Interfaces:
AuthenticationConverter

public class OneTimeTokenAuthenticationConverter extends Object implements AuthenticationConverter
An implementation of AuthenticationConverter that detects if the request contains a token parameter and constructs a OneTimeTokenAuthenticationToken with it.
Since:
6.4
See Also:
  • Constructor Details

    • OneTimeTokenAuthenticationConverter

      public OneTimeTokenAuthenticationConverter()
  • Method Details