I have a use case where I need to secure the endpoints of my application through ABAC Authorization. The code to perform ABAC Authorization is already present. I found several examples on How to create custom Authentication filter in Spring Security. One of them is here. Is there a similar standardized way to implement a custom AuthorizationFilter in Spring Security ?
Is there an object similar to Authentication that needs to be set in Spring's Security context?