Package io.jmix.core.security
Interface AuthenticationManagerSupplier
- All Known Implementing Classes:
AuthenticationManagerSupplierImpl
public interface AuthenticationManagerSupplier
Interface is responsible for providing an instance of global
AuthenticationManager
. It iterates over all
registered AddonAuthenticationManagerSupplier
and returns an AuthenticationManager provided by the supplier
with the highest order.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.authentication.AuthenticationManager
Returns a global AuthenticationManager instance based on information provided by all registeredAddonAuthenticationManagerSupplier
-
Method Details
-
getAuthenticationManager
org.springframework.security.authentication.AuthenticationManager getAuthenticationManager()Returns a global AuthenticationManager instance based on information provided by all registeredAddonAuthenticationManagerSupplier
- Returns:
- global authentication manager
-