Josh Cummings
0a9c482f62
Revert "Support SpEL Returning AuthorizationDecision"
...
This reverts commit 77f2977c55
.
2024-04-04 11:31:45 -06:00
Josh Cummings
77f2977c55
Support SpEL Returning AuthorizationDecision
...
Closes gh-14599
2024-04-04 09:52:15 -07:00
Marcus Hert Da Coregio
d85857f905
Add Authorization Denied Handlers for Method Security
...
Closes gh-14601
2024-04-03 09:25:12 -03:00
Josh Cummings
9898e0e993
Move AuthorizationAdvisorProxyFactory
...
To prevent package tangles
Issue gh-14596
2024-03-22 11:00:39 -06:00
Josh Cummings
795e44d11f
Add Value-Type Ignore Support
...
Issue gh-14597
2024-03-22 11:00:39 -06:00
Josh Cummings
d169d5a835
Add AuthorizeReturnObject
...
Closes gh-14597
2024-03-19 10:27:03 -06:00
Josh Cummings
52dfbfb5b3
Add Authorization Proxy Support
...
Closes gh-14596
2024-03-13 14:35:07 -06:00
Josh Cummings
4d383023cb
Add meta-annotation parameter support
...
Closes gh-14480
2024-02-26 10:50:35 -07:00
Marcus Hert Da Coregio
d4151ff4c9
Merge branch '6.2.x'
2024-02-07 10:51:38 -03:00
Habin Song
fd1db06efd
Typo: Update authorize-http-requests.adoc
...
'patters' -> 'pattern'
-----
'db' -> "db",
'ADMIN' -> "ADMIN"
They should be string type
-----
There is no semicolon. I added it.
-----
There is no semicolon at the end of the sentence. So I added
2024-02-07 10:51:28 -03:00
irerin07
d2bc3404e4
Fix Method Security Docs Typo
2024-01-31 17:41:04 -07:00
Marcus Hert Da Coregio
a190c65265
Merge branch '6.2.x'
2024-01-03 11:30:05 -03:00
Marcus Hert Da Coregio
cb56d1c694
Merge branch '6.1.x' into 6.2.x
2024-01-03 11:30:00 -03:00
Taeik Lim
6c5b3d69c5
Fix broken sample code in Authorize HttpServletRequests
...
Signed-off-by: Taeik Lim <sibera21@gmail.com>
2024-01-03 11:29:46 -03:00
Steve Riesenberg
144b83e5f3
Merge branch '6.2.x'
2023-12-28 10:47:55 -06:00
Steve Riesenberg
0aebc63e0a
Merge branch '6.1.x' into 6.2.x
2023-12-28 10:47:44 -06:00
Krishna Chaitanya Surapaneni
7ec9188f5b
Remove Irrelevant Documentation Lines
...
Refactor: Remove two lines that lack proper context due to earlier
deletions/movements. They are no longer relevant and contribute little
to the overall meaning.
Issue gh-12974
2023-12-28 10:47:17 -06:00
Josh Cummings
cb2b5192b4
Merge remote-tracking branch 'origin/6.2.x'
2023-12-15 17:40:01 -07:00
Leonardo V. C. Lima
4d3152894d
Fix typo in Authorization Events' Doc Page
2023-12-15 17:39:44 -07:00
Junhyunny
cb7fbc0794
Fix typo in Authorize HTTP Requests' Doc Page
2023-12-15 17:38:30 -07:00
Federico Herrera
7b67476153
Add missing method call in authorization docs
2023-12-08 11:51:43 -07:00
Josh Cummings
92be497d24
Polish RoleHierachyImpl#of
...
- Change to #fromHierarchy to match naming convention
- Keep existing test methods the same
- Deprecate setHierarchy and default constructor
- Add private Map constructor
- Change Adjust RoleHierarchyBuilder to use Map constructor
Issue gh-13788
2023-12-08 11:49:50 -07:00
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
Steve Riesenberg
447f40949c
Revert unnecessary merges on 6.1.x
...
This commit removes unnecessary main-branch merges starting from
9f8db22b77
and adds the following
needed commit(s) that were made afterward:
- 4d6ff49b9d
- ed6ff670d1
- c823b00794
- 44fad21363
2023-10-31 15:22:15 -05:00
Steve Riesenberg
9db33f33c7
Revert unnecessary merges on 6.0.x
...
This commit removes unnecessary main-branch merges starting from
8750608b5b
and adds the following
needed commit(s) that were made afterward:
- 5dce82c48b
2023-10-31 15:11:45 -05: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