-
Notifications
You must be signed in to change notification settings - Fork 6k
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
AuthorizationManager should support returning an AuthorizationResult #14843
Labels
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
Comments
jzheaux
added
type: enhancement
A general enhancement
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
labels
Apr 4, 2024
franticticktick
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Apr 4, 2024
Added a new authorization method to AuthorizationManager that returns AuthorizationResult. Closes spring-projectsgh-14843
franticticktick
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Apr 7, 2024
… AuthorizationResult. Closes spring-projectsgh-14843
franticticktick
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Apr 7, 2024
… AuthorizationResult. Closes spring-projectsgh-14843
franticticktick
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Apr 7, 2024
Added a new authorization method to AuthorizationManager that returns AuthorizationResult. Closes spring-projectsgh-14843
franticticktick
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Apr 7, 2024
Added a new authorization method to AuthorizationManager that returns AuthorizationResult. Closes spring-projectsgh-14843
franticticktick
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Apr 7, 2024
Added a new authorization method to AuthorizationManager that returns AuthorizationResult. Closes spring-projectsgh-14843
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Sep 26, 2024
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Oct 11, 2024
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Oct 11, 2024
franticticktick
added a commit
to franticticktick/spring-security
that referenced
this issue
Oct 11, 2024
jzheaux
pushed a commit
to franticticktick/spring-security
that referenced
this issue
Oct 14, 2024
jzheaux
added a commit
to franticticktick/spring-security
that referenced
this issue
Oct 14, 2024
jzheaux
pushed a commit
that referenced
this issue
Oct 14, 2024
jzheaux
added a commit
that referenced
this issue
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: ideal-for-contribution
An issue that we actively are looking for someone to help us with
type: enhancement
A general enhancement
It would be nice for
AuthoriationManager
to code to theAuthorizationResult
interface like so:This will allow implementations to code to an interface instead of a concrete class.
In turn,
check
should be deprecated and classes in Spring Security should callauthorize
instead.As when deprecating other methods, the existing tests should remain as-is to ensure that deprecated functionality continues to work.
The text was updated successfully, but these errors were encountered: