com.xebialabs.deployit.security.authentication
Class BasicAuthenticationEntryPoint

java.lang.Object
  extended by org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
      extended by com.xebialabs.deployit.security.authentication.BasicAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.security.web.AuthenticationEntryPoint

public class BasicAuthenticationEntryPoint
extends org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint


Constructor Summary
BasicAuthenticationEntryPoint()
           
 
Method Summary
 void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)
           
 
Methods inherited from class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
afterPropertiesSet, getRealmName, setRealmName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthenticationEntryPoint

public BasicAuthenticationEntryPoint()
Method Detail

commence

public void commence(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     org.springframework.security.core.AuthenticationException authException)
              throws java.io.IOException,
                     javax.servlet.ServletException
Specified by:
commence in interface org.springframework.security.web.AuthenticationEntryPoint
Overrides:
commence in class org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint
Throws:
java.io.IOException
javax.servlet.ServletException