Interface DelegatedClientAuthenticationFailureEvaluator

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface DelegatedClientAuthenticationFailureEvaluator
    Since:
    6.6.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BEAN_NAME
      Default implementation bean name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<org.springframework.web.servlet.ModelAndView> evaluate​(javax.servlet.http.HttpServletRequest request, int status)
      Evaluate failure.
    • Field Detail

      • BEAN_NAME

        static final java.lang.String BEAN_NAME
        Default implementation bean name.
        See Also:
        Constant Field Values
    • Method Detail

      • evaluate

        java.util.Optional<org.springframework.web.servlet.ModelAndView> evaluate​(javax.servlet.http.HttpServletRequest request,
                                                                                  int status)
        Evaluate failure.
        Parameters:
        request - the request
        status - the status
        Returns:
        the optional