public final class DelegatingAuthenticationConverter
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationConverter
AuthenticationConverter that simply delegates to it's
internal List of AuthenticationConverter(s).
Each AuthenticationConverter is given a chance to
AuthenticationConverter.convert(HttpServletRequest)
with the first non-null Authentication being returned.
AuthenticationConverter| 构造器和说明 |
|---|
DelegatingAuthenticationConverter(java.util.List<org.springframework.security.web.authentication.AuthenticationConverter> converters)
Constructs a
DelegatingAuthenticationConverter using the provided parameters. |
public DelegatingAuthenticationConverter(java.util.List<org.springframework.security.web.authentication.AuthenticationConverter> converters)
DelegatingAuthenticationConverter using the provided parameters.converters - a List of AuthenticationConverter(s)