You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow configuring scheduler on ReactiveAuthenticationManagerAdapter
Currently, authentication logic will be performed on hardcoded elastic
scheduler in ReactiveAuthenticationManagerAdapter.
This commit makes the authentication logic scheduler configureable.
Copy file name to clipboardExpand all lines: core/src/test/java/org/springframework/security/authentication/ReactiveAuthenticationManagerAdapterTests.java
+6-1
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,13 @@ public void constructorNullAuthenticationManager() {
0 commit comments