Class XRequestedWithAwareBasicAuthEntryPoint
- java.lang.Object
-
- org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
-
- org.opennms.web.springframework.security.XRequestedWithAwareBasicAuthEntryPoint
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
,org.springframework.security.web.AuthenticationEntryPoint
public class XRequestedWithAwareBasicAuthEntryPoint extends org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
-
-
Constructor Summary
Constructors Constructor Description XRequestedWithAwareBasicAuthEntryPoint()
-
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)
-
-
-
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
- Specified by:
commence
in interfaceorg.springframework.security.web.AuthenticationEntryPoint
- Overrides:
commence
in classorg.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
- Throws:
IOException
javax.servlet.ServletException
-
-