Class LoginFailureHandler.DefaultHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean handle(HttpServletRequest request, HttpServletResponse response, AuthenticationException exception) handle the exception
      void setWarlockSecurityProp(WarlockSecurityProp warlockSecurityProp)
      void setObjectMapper(ObjectMapper objectMapper)
      void setMessageSource(MessageSource messageSource)
      • Methods inherited from class pro.fessional.wings.warlock.security.handler.LoginFailureHandler.Handler

        getOrder
      • Methods inherited from class org.springframework.core.Ordered

        getOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoginFailureHandler.DefaultHandler

        LoginFailureHandler.DefaultHandler()
    • Method Detail

      • handle

         boolean handle(HttpServletRequest request, HttpServletResponse response, AuthenticationException exception)

        handle the exception

        Returns:

        handled the response;

      • setObjectMapper

        @Autowired() void setObjectMapper(ObjectMapper objectMapper)
      • setMessageSource

        @Autowired() void setMessageSource(MessageSource messageSource)