-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method Security for Filtering non-collections #14601
Labels
in: core
An issue in spring-security-core
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
Milestone
Comments
marcusdacoregio
added a commit
to marcusdacoregio/spring-security
that referenced
this issue
Apr 3, 2024
marcusdacoregio
added
status: duplicate
A duplicate of another issue
in: core
An issue in spring-security-core
type: enhancement
A general enhancement
labels
Apr 3, 2024
jzheaux
added a commit
that referenced
this issue
Apr 4, 2024
marcusdacoregio
added a commit
that referenced
this issue
Apr 8, 2024
marcusdacoregio
added a commit
to marcusdacoregio/spring-security
that referenced
this issue
Apr 12, 2024
marcusdacoregio
added a commit
to marcusdacoregio/spring-security
that referenced
this issue
Apr 12, 2024
marcusdacoregio
added a commit
that referenced
this issue
Apr 12, 2024
- Renamed @AuthorizationDeniedHandler to @HandleAuthorizationDenied - Merged the post processor interface into MethodAuthorizationDeniedHandler , it now has two methods handleDeniedInvocation and handleDeniedInvocationResult - @HandleAuthorizationDenied now handles AuthorizationDeniedException thrown from the method Issue gh-14601
jzheaux
added a commit
that referenced
this issue
Aug 30, 2024
Now instructs to use MethodAuthorizationDeniedHandler Issue gh-14601
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
An issue in spring-security-core
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
We support filtering the results of collections, but it would be nice to filter non-collection types. I haven't decided on the syntax for this but here is a rough idea:
We could also customize to do non-default types. For example if we wanted to mask the value:
We can also create composed annotations to simplify.
We can also allow the handler to be specified on the class level
The text was updated successfully, but these errors were encountered: