Package hudson.plugins.collabnet.auth
Class CNAuthenticationEntryPoint
- java.lang.Object
-
- hudson.plugins.collabnet.auth.CNAuthenticationEntryPoint
-
- All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint
public class CNAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
-
-
Constructor Summary
Constructors Constructor Description CNAuthenticationEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)
Override the parent's commence so that the returned status is not 403.
-
-
-
Method Detail
-
commence
public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException, javax.servlet.ServletException
Override the parent's commence so that the returned status is not 403.- Specified by:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Throws:
IOException
javax.servlet.ServletException
-
-