Interface ReactiveAuthenticationManagerResolver<C>
-
- All Known Implementing Classes:
JwtIssuerReactiveAuthenticationManagerResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ReactiveAuthenticationManagerResolver<C>
An interface for resolving aReactiveAuthenticationManager
based on the provided context- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<ReactiveAuthenticationManager>
resolve(C context)
-
-
-
Method Detail
-
resolve
reactor.core.publisher.Mono<ReactiveAuthenticationManager> resolve(C context)
-
-