Interface AuthenticationHandlerResolver

  • All Superinterfaces:
    org.springframework.core.Ordered

    public interface AuthenticationHandlerResolver
    extends org.springframework.core.Ordered
    This is AuthenticationHandlerResolver which decides which set of authentication handlers shall be chosen for a given authN event.
    Since:
    5.0.0
    • Field Detail

      • LOGGER

        static final org.slf4j.Logger LOGGER
    • Method Detail

      • getOrder

        default int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • supports

        default boolean supports​(java.util.Set<AuthenticationHandler> handlers,
                                 AuthenticationTransaction transaction)
        Supports this transaction?
        Parameters:
        handlers - the handlers
        transaction - the transaction
        Returns:
        the boolean