Class NoneAuthenticationEntryPoint

Object
NoneAuthenticationEntryPoint
All Implemented Interfaces:
AuthenticationEntryPoint

public class NoneAuthenticationEntryPoint extends Object implements AuthenticationEntryPoint
  • Constructor Details

    • NoneAuthenticationEntryPoint

      public NoneAuthenticationEntryPoint()
  • Method Details

    • commence

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