Max Batischev
|
fa35c5b4d8
|
Make DefaultOneTimeToken Serializable
Closes gh-16617
Signed-off-by: Max Batischev <mblancer@mail.ru>
|
11 months ago |
Josh Cummings
|
954101ab0c
|
Use Thread-Safe Map
Issue gh-15906
|
11 months ago |
Josh Cummings
|
ae2894ab25
|
Update Copyright
Issue gh-16600
|
11 months ago |
dae won
|
45b51fe3c8
|
Add grantedAuthorityMapper as a class member
- Add unit tests for setGrantedAuthorityMapper method
Signed-off-by: dae won <eodnjs01477@gmail.com>
|
11 months ago |
dae won
|
cb07031259
|
Add unit tests for setUserDetailsMapper method
Signed-off-by: dae won <eodnjs01477@gmail.com>
|
11 months ago |
dae won
|
22511aac7f
|
Refactor mapToUser method visibility to private
Signed-off-by: dae won <eodnjs01477@gmail.com>
|
11 months ago |
dae won
|
6ac3426e39
|
Add userDetailsMapper as a class member
Signed-off-by: dae won <eodnjs01477@gmail.com>
|
11 months ago |
dae won
|
e8fe003c4c
|
Make mapToUser and mapToGrantedAuthority protected in JdbcUserDetailsManager
- Closes gh-16540
Signed-off-by: dae won <eodnjs01477@gmail.com>
|
11 months ago |
Josh Cummings
|
43ddf73ddb
|
Polish Exception Message
This error message provides more context around which credentials failed.
Issue gh-16494
|
11 months ago |
Max Batischev
|
08f71461b4
|
Add Support BadCredentialsException to OneTimeTokenAuthenticationProvider
Closes gh-16494
Signed-off-by: Max Batischev <mblancer@mail.ru>
|
11 months ago |
Josh Cummings
|
6fdfeb3413
|
Polish Debug Messages
Issue gh-16484
|
12 months ago |
tejas-teju
|
291162a195
|
Add debug messages for auth exceptions in ProviderManager
Issue gh-16484
Signed-off-by: tejas-teju <tejas8196@gmail.com>
|
12 months ago |
Tran Ngoc Nhan
|
5d089f680e
|
Consistently NonNull annotation
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
|
12 months ago |
Josh Cummings
|
b4c7795699
|
Support Serialization for Authorization Components
Closes gh-16544
|
12 months ago |
Josh Cummings
|
47fd6befde
|
Ensure Serialization Compatibility for AuthenticationException
Issue gh-16286
|
1 year ago |
dae won
|
6a94a294ea
|
Lazily compose debug message in AbstractUserDetailsAuthenticationProvider
Closes gh-16495
Signed-off-by: dae won <eodnjs01477@gmail.com>
|
1 year ago |
tejas-teju
|
e724ea16a4
|
Update UsernameNotFoundException message
Closes gh-16497
Signed-off-by: tejas-teju <tejas8196@gmail.com>
|
1 year ago |
Josh Cummings
|
36716d12ba
|
Serialization Support of Core Components
Issue gh-16276
|
1 year ago |
Josh Cummings
|
3e4ba737e7
|
Don't Support Serialzation of Deprecated Access Classes
Issue gh-16276
|
1 year ago |
Josh Cummings
|
d7921daa13
|
Support Serialization for SecurityConfig
Issue gh-16276
|
1 year ago |
Max Batischev
|
474b5e151a
|
Add Support GenerateOneTimeTokenRequestResolver
Closes gh-16291
Signed-off-by: Max Batischev <mblancer@mail.ru>
|
1 year ago |
Josh Cummings
|
bbe4f87641
|
Mark Serialization Support for Events
Issue gh-16276
|
1 year ago |
Josh Cummings
|
45da5c94b6
|
Support Serialization in Test Classes
Issue gh-16276
|
1 year ago |
2-say
|
33ecb443ea
|
Suggest replacing size() == 0 with isEmpty() for collection check
Consider using isEmpty() instead of size() == 0 to improve code readability
and follow modern Java practices.
Signed-off-by: 2-say <dev2say@gmail.com>
|
1 year ago |
Josh Cummings
|
244fd2eb51
|
Support Serialization in Exceptions
Issue gh-16276
|
1 year ago |
Josh Cummings
|
8735368d9e
|
Don't Support Serialization of Jackson Modules
Issu gh-16276
|
1 year ago |
Toshiaki Maki
|
5075869418
|
Fix for JdbcOneTimeTokenService cleanupExpiredTokens failing with PostgreSQL
Closes gh-16344
|
1 year ago |
github-actions[bot]
|
95ec49a21d
|
Support Meta-Annotation Parameters on Parameter Annotations
Closes gh-16248
|
1 year ago |
Josh Cummings
|
b9f3a28678
|
Add UserDetailsService Constructor
Closes gh-15973
|
1 year ago |
Josh Cummings
|
b9911fd522
|
Add serialVersionUID to Authentication classes
Issue gh-16276
|
1 year ago |
Joe Grandja
|
a8c4d6cead
|
Require Locale argument for toLower/toUpperCase usage
|
1 year ago |
Joe Grandja
|
a7bf8f7cc6
|
Require Locale argument for toLower/toUpperCase usage
|
1 year ago |
Josh Cummings
|
69cbe12a7b
|
Register Authorization Proxied Type
Closes gh-16106
|
1 year ago |
Joe Grandja
|
0eaffb37e7
|
Require Locale argument for toLower/toUpperCase usage
|
1 year ago |
Tran Ngoc Nhan
|
ffed4ea1dc
|
Polish diamond usage
|
1 year ago |
Max Batischev
|
9cb81f8ad5
|
Polish JdbcOneTimeTokenService
|
1 year ago |
Josh Cummings
|
981fbd5c2c
|
Polish Tests
Closes gh-14768
|
1 year ago |
Max Batischev
|
ec13b8db4b
|
Add @FunctionalInterface to AuthorizationEventPublisher
|
1 year ago |
Josh Cummings
|
95aaf3566f
|
Use Thread-safe Map
Closes gh-15906
|
1 year ago |
Steve Riesenberg
|
af2b84246b
|
Fix flaky test
Issue gh-15735
|
1 year ago |
kwonyonghyun
|
b8aa78829c
|
Improve readability of empty collection checks
|
1 year ago |
Tran Ngoc Nhan
|
31f8caec5f
|
Polish diamond operator usage
|
1 year ago |
Josh Cummings
|
9ce5a76e8c
|
Polish AuthorizationManager#authorize
Issue gh-14843
|
1 year ago |
Max Batischev
|
e7644925f8
|
Add AuthorizationResult support for AuthorizationManager
Closes gh-14843
|
1 year ago |
Josh Cummings
|
702538ebce
|
AuthorizationEventPublisher Accepts AuthorizationResult
Closes gh-15915
Co-authored-by: Max Batischev <mblancer@mail.ru>
|
1 year ago |
Munawar Hafiz
|
aa7ef1192e
|
Replaces Date().getTime() method with System.currentTimeMillis()
|
1 year ago |
Josh Cummings
|
b26f2af5d5
|
Polish
Formatting as well as adding a missing defer
Issue gh-15699
|
1 year ago |
Max Batischev
|
2ca2e56383
|
Add Reactive One-Time Token Login support
Closes gh-15699
|
1 year ago |
Rob Winch
|
c3a5ae1254
|
Fix logger checkstyle
|
1 year ago |
Rob Winch
|
7738e6c895
|
Add logger.isDebugEnabled()
Issue gh-15735
|
1 year ago |