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