Josh Cummings
ee8bc78cbc
Polish RoleHierarchyImpl#Builder
...
- Added documentation
- Removed withNoRolePrefix for now; let's see how folks
use the minimal API first
- Adjusted class hierarchy to match AuthorizeHttpRequests more
closely
- Adjusted to match Spring Security style guide
- Added needed @since attributes
Issue gh-13300
2023-12-07 15:18:13 -07:00
Steve Riesenberg
57f7eff568
Polish method-security.adoc
2023-11-30 12:18:57 -06:00
Steve Riesenberg
6e1605314a
Polish gh-14219
2023-11-30 12:18:48 -06:00
ANDREI LISA
1d769b5afc
make XML and Java/Kotlin consistent with AspectJExpressionPointcut
2023-11-30 12:14:27 -06:00
ahmd-nabil
0beda02a14
fix typo in docs and add api url
...
Signed-off-by: ahmd-nabil <ahm3dnabil99@gmail.com>
2023-11-30 09:12:14 -03:00
aaron-to-go
d99e98515c
Fix typo in the 'Authorizing Requests' example
...
The example request matcher listed "/resources/**", while the explanation (3) used "/static/" instead.
2023-11-22 11:58:41 -03:00
Josh Cummings
4131a38f9e
Revert "Add forServletPattern"
...
This reverts commit 762319b6be
.
2023-11-17 12:02:14 -07:00
Sadid Shaikh
44fad21363
Fix typo in method-security.adoc
...
Fixed typo by changing 'please' to 'place'
2023-10-31 09:46:28 -03:00
Josh Cummings
762319b6be
Add forServletPattern
...
Closes gh-13562
2023-10-12 09:29:08 -06:00
Marcus Da Coregio
c08baea67e
Merge branch '6.1.x'
2023-10-11 08:06:20 -03:00
pbborisov18
7a8faf85d9
Docs custom AuthorizationManager fix
...
Issue gh-13967
2023-10-11 08:05:58 -03:00
Marcus Da Coregio
8eed8cd13b
Merge branch '6.1.x'
2023-08-30 14:16:30 -03:00
username1103
14b328e3ed
Fix incorrect documentation
2023-08-30 14:15:55 -03:00
Josh Cummings
40929a53ea
Merge branch '6.1.x'
...
Closes gh-13727
2023-08-20 23:34:32 -06:00
Josh Cummings
bcfa4adc44
Add MvcRequestMatcher Reference
...
Closes gh-13726
2023-08-20 23:32:14 -06:00
Josh Cummings
6ee4bbcc13
Merge branch '6.1.x'
...
Closes gh-13596 in 6.2.x
Closes gh-13636
2023-08-08 18:12:17 -06:00
galmegiz
8368c234a5
Add Missing Return Statement in Snippet
...
Closes gh-13596
Closes gh-13595
2023-08-08 18:11:53 -06:00
Niklas Sparfeld
f77f020a47
Fix typo: you're -> your
2023-08-07 14:44:22 -06:00
Rob Winch
8407c9ebee
Merge branch '6.0.x'
...
Closes gh-13407
2023-06-18 21:41:16 -05:00
Rob Winch
f66a5bab99
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13406
2023-06-18 21:33:58 -05:00
Rob Winch
7da99acca7
Merge branch '5.7.x' into 5.8.x
...
Closes gh-13405
2023-06-18 21:32:35 -05:00
Rob Winch
0cf95dbf61
Merge branch '5.6.x' into 5.7.x
...
Closes gh-13404
2023-06-18 21:31:35 -05:00
Rob Winch
39c43159f4
Convert to Asciidoctor Tabs
...
Closes gh-13403
2023-06-18 21:30:41 -05:00
Mário Pereira
cece06e338
Fix typo on method-security.adoc
2023-06-05 13:30:20 -06:00
Josh Cummings
f03e045710
Add @EnableTransactionManagement Reference Details
...
Issue gh-13152
2023-05-24 10:26:59 -06:00
Josh Cummings
97a42ba190
Update SpEL Documentation
...
Closes gh-12974
2023-05-12 08:37:26 -06:00
Marcus Da Coregio
b6dcb29a11
Merge branch '5.8.x' into 6.0.x
...
Closes gh-13125
2023-05-02 16:08:48 -03:00
Marcus Da Coregio
6d37ca1808
Fix code snippets in Authorize HttpServletRequest
...
Closes gh-11522
2023-05-02 16:06:27 -03:00
Josh Cummings
e5fcf1ebcf
Revisit Request and Method Security Docs
...
Issue gh-13088
2023-05-01 14:09:22 -06:00
Nikita Eshkeev
bb402a706f
Update acls.adoc
...
Fix the spring security samples link
2023-04-24 16:38:24 -06:00
Nikita Eshkeev
9edbac7233
Update architecture.adoc
...
`RoleHierarchy` doesn't have the `setHierarchy` method, so the snippet doesn't work as is. The method is declared inside `RoleHierarchyImpl`
2023-04-24 16:37:47 -06:00
Josh Cummings
dfdadc90cf
Merge branch '6.0.x'
...
Closes gh-12933
2023-03-27 14:43:00 -06:00
Josh Cummings
834e361898
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12932
2023-03-27 14:41:07 -06:00
Josh Cummings
6bda1d2bf3
Document WebExpressionAuthorizationManager
...
Closes gh-12928
2023-03-27 14:38:09 -06:00
Josh Cummings
2b6a2c22db
Merge branch '6.0.x'
2023-03-20 15:24:45 -06:00
Josh Cummings
b22dd9a3e9
Merge branch '5.8.x' into 6.0.x
2023-03-20 15:24:19 -06:00
el-hopaness-romtic
4154ed543a
Fix .access(...) parameter
2023-03-20 15:23:40 -06:00
Josh Cummings
be2958ed13
Merge branch '6.0.x'
...
Closes gh-12784
2023-02-24 13:51:34 -07:00
Josh Cummings
109f6e7028
Add Note about RoleHierarchy
...
Closes gh-12766
2023-02-24 13:43:43 -07:00
Josh Cummings
eac1f846b3
Update RoleHierarchy Docs
...
Closes gh-12766
2023-02-24 12:00:35 -07:00
Dmitriy Grushin
2b36499700
Update expression-based.adoc
...
Removed a duplicate paragraph that was phrased a bit differently.
2023-02-07 13:00:59 -07:00
Josh Cummings
21ceb333a8
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12517
2023-01-10 10:43:25 -07:00
Josh Cummings
6f43104eb3
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12516
2023-01-10 10:42:45 -07:00
Josh Cummings
2028507bf8
Fix Typo in Sample
...
Closes gh-11095
2023-01-10 10:38:28 -07:00
Steve Riesenberg
ed657a8fac
Polish gh-12280
...
Apply editing changes from gh-9668
2022-12-15 14:18:24 -06:00
Wilson-Emmanuel
edd1915d1b
Corrected errors on the ACLS document
...
Closes gh-12270
2022-12-15 14:16:55 -06:00
Marcus Da Coregio
42a00e2003
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12341
2022-12-05 12:26:00 -08:00
Marcus Da Coregio
d2b33a2583
Fix docs
...
Closes gh-11396
2022-12-05 12:25:26 -08:00
Marcus Da Coregio
3e0e532ed7
Merge branch '5.8.x' into 6.0.x
...
Closes gh-12287
2022-11-24 08:48:27 -03:00
Marcus Da Coregio
5db7ac4ce3
Merge branch '5.7.x' into 5.8.x
...
Closes gh-12286
2022-11-24 08:48:05 -03:00