Interface AuthenticationManagerResolver<C>
-
- All Known Implementing Classes:
JwtIssuerAuthenticationManagerResolver
public interface AuthenticationManagerResolver<C>
An interface for resolving anAuthenticationManager
based on the provided context- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticationManager
resolve(C context)
Resolve anAuthenticationManager
from a provided context
-
-
-
Method Detail
-
resolve
AuthenticationManager resolve(C context)
Resolve anAuthenticationManager
from a provided context- Parameters:
context
-- Returns:
- the
AuthenticationManager
to use
-
-