Class RequestMatcherDelegatingAuthenticationManagerResolver

java.lang.Object
org.springframework.security.web.authentication.RequestMatcherDelegatingAuthenticationManagerResolver
All Implemented Interfaces:
AuthenticationManagerResolver<jakarta.servlet.http.HttpServletRequest>

public final class RequestMatcherDelegatingAuthenticationManagerResolver extends Object implements AuthenticationManagerResolver<jakarta.servlet.http.HttpServletRequest>
An AuthenticationManagerResolver that returns a AuthenticationManager instances based upon the type of HttpServletRequest passed into resolve(HttpServletRequest).
Since:
5.7