Interface AuthenticationManagerResolver<C>
- All Known Implementing Classes:
JwtIssuerAuthenticationManagerResolver
,RequestMatcherDelegatingAuthenticationManagerResolver
public interface AuthenticationManagerResolver<C>
An interface for resolving an
AuthenticationManager
based on the provided
context- Since:
- 5.2
-
Method Summary
-
Method Details
-
resolve
Resolve anAuthenticationManager
from a provided context- Parameters:
context
-- Returns:
- the
AuthenticationManager
to use
-