Class RequestMatcherDelegatingAuthorizationManager

java.lang.Object
org.springframework.security.web.access.intercept.RequestMatcherDelegatingAuthorizationManager
All Implemented Interfaces:
AuthorizationManager<jakarta.servlet.http.HttpServletRequest>

public final class RequestMatcherDelegatingAuthorizationManager extends Object implements AuthorizationManager<jakarta.servlet.http.HttpServletRequest>
An AuthorizationManager which delegates to a specific AuthorizationManager based on a RequestMatcher evaluation.
Since:
5.5