Class RestAuthenticationEntryPoint

Object
RestAuthenticationEntryPoint
All Implemented Interfaces:
AuthenticationEntryPoint

public class RestAuthenticationEntryPoint extends Object implements AuthenticationEntryPoint
  • Constructor Details

    • RestAuthenticationEntryPoint

      public RestAuthenticationEntryPoint()
  • Method Details

    • commence

      public void commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) throws IOException, ServletException
      Specified by:
      commence in interface AuthenticationEntryPoint
      Throws:
      IOException
      ServletException