Class DelegatingAuthenticationConverter

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

public final class DelegatingAuthenticationConverter extends Object implements AuthenticationConverter
A AuthenticationConverter, that iterates over multiple AuthenticationConverter. The first non-null Authentication will be used as a result.
Since:
6.3
  • Constructor Details

  • Method Details

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      convert in interface AuthenticationConverter