-
Notifications
You must be signed in to change notification settings - Fork 6k
AuthorizationDenied and Granted EventListeners Should Support Generics #16700
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
Labels
Comments
Hi @jzheaux, i would like to work on this ticket, could you assign it to me please? |
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Mar 18, 2025
Closes spring-projectsgh-16700 Signed-off-by: Max Batischev <[email protected]>
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Mar 18, 2025
Closes spring-projectsgh-16700 Signed-off-by: Max Batischev <[email protected]>
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Mar 20, 2025
Closes spring-projectsgh-16700 Signed-off-by: Max Batischev <[email protected]>
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Mar 20, 2025
Closes spring-projectsgh-16700 Signed-off-by: Max Batischev <[email protected]>
jzheaux
added a commit
to franticticktick/spring-security
that referenced
this issue
Mar 20, 2025
- These ensure that the parameterized version of authorization events can be listened to Issue spring-projectsgh-16700
jzheaux
added a commit
that referenced
this issue
Mar 20, 2025
- These ensure that the parameterized version of authorization events can be listened to Issue gh-16700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It would be nice if users could listen for authorization events specific to the type of source:
One way this can be done is by having
AuthorizationDeniedEvent
andAuthorizationGrantedEvent
implementResolvableTypeProvider
:The text was updated successfully, but these errors were encountered: