Class KeycloakAuthenticationFailureHandler

java.lang.Object
org.keycloak.adapters.springsecurity.authentication.KeycloakAuthenticationFailureHandler
All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler

public class KeycloakAuthenticationFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
To return the forbidden code with the corresponding message.
Author:
emilienbondu
  • Constructor Details

    • KeycloakAuthenticationFailureHandler

      public KeycloakAuthenticationFailureHandler()
  • Method Details

    • onAuthenticationFailure

      public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception) throws IOException, javax.servlet.ServletException
      Specified by:
      onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandler
      Throws:
      IOException
      javax.servlet.ServletException