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 Type
    Method
    Description
    org.springframework.security.authentication.AuthenticationManager
    Returns a global AuthenticationManager instance based on information provided by all registered AddonAuthenticationManagerSupplier
  • Method Details

    • getAuthenticationManager

      org.springframework.security.authentication.AuthenticationManager getAuthenticationManager()
      Returns a global AuthenticationManager instance based on information provided by all registered AddonAuthenticationManagerSupplier
      Returns:
      global authentication manager