Class NoneAuthenticationEntryPoint
Object
NoneAuthenticationEntryPoint
- All Implemented Interfaces:
AuthenticationEntryPoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException)
-
Constructor Details
-
NoneAuthenticationEntryPoint
public NoneAuthenticationEntryPoint()
-
-
Method Details
-
commence
public void commence(HttpServletRequest request, HttpServletResponse response, AuthenticationException authException) throws IOException, ServletException - Specified by:
commencein interfaceAuthenticationEntryPoint- Throws:
IOExceptionServletException
-