mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 13:53:14 +00:00
Add Missing Since
Issue gh-10482
This commit is contained in:
parent
72109e2921
commit
7e55c84cfc
@ -119,6 +119,7 @@ public final class RequestMatcherDelegatingAuthorizationManager implements Autho
|
|||||||
* @param mappingsConsumer used to configure the {@link RequestMatcher} to
|
* @param mappingsConsumer used to configure the {@link RequestMatcher} to
|
||||||
* {@link AuthorizationManager} mappings.
|
* {@link AuthorizationManager} mappings.
|
||||||
* @return the {@link Builder} for further customizations
|
* @return the {@link Builder} for further customizations
|
||||||
|
* @since 5.7
|
||||||
*/
|
*/
|
||||||
public Builder mappings(
|
public Builder mappings(
|
||||||
Consumer<Map<RequestMatcher, AuthorizationManager<RequestAuthorizationContext>>> mappingsConsumer) {
|
Consumer<Map<RequestMatcher, AuthorizationManager<RequestAuthorizationContext>>> mappingsConsumer) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user