Class DelegatingReactiveAuthenticationManager

java.lang.Object
org.springframework.security.authentication.DelegatingReactiveAuthenticationManager
All Implemented Interfaces:
ReactiveAuthenticationManager

public class DelegatingReactiveAuthenticationManager extends Object implements ReactiveAuthenticationManager
A ReactiveAuthenticationManager that delegates to other ReactiveAuthenticationManager instances using the result from the first non empty result.
Since:
5.1