Add PermitAll and DenyAll AuthorizationManager instances #16590
Labels
in: core
An issue in spring-security-core
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
It would be nice to have an
AuthorizationManager
that returned a static response:This ticket would also look for and replace code that creates a permit-all or deny-all lambda like in
AuthorizeHttpRequestsConfigurer#AuthorizeUrl
andRequestMatcherDelegatingAuthorizationManager#AuthorizeUrl
.The text was updated successfully, but these errors were encountered: