hudson.plugins.collabnet.auth
Class CNAuthenticationEntryPoint

java.lang.Object
  extended by org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
      extended by hudson.security.HudsonAuthenticationEntryPoint
          extended by hudson.plugins.collabnet.auth.CNAuthenticationEntryPoint
All Implemented Interfaces:
org.acegisecurity.ui.AuthenticationEntryPoint, org.springframework.beans.factory.InitializingBean

public class CNAuthenticationEntryPoint
extends hudson.security.HudsonAuthenticationEntryPoint


Constructor Summary
CNAuthenticationEntryPoint()
           
 
Method Summary
 void commence(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.acegisecurity.AuthenticationException authException)
          Override the parent's commence so that the returned status is not 403.
 
Methods inherited from class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
afterPropertiesSet, determineUrlToUseForThisRequest, getForceHttps, getLoginFormUrl, getPortMapper, getPortResolver, isServerSideRedirect, setForceHttps, setLoginFormUrl, setPortMapper, setPortResolver, setServerSideRedirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CNAuthenticationEntryPoint

public CNAuthenticationEntryPoint()
Method Detail

commence

public void commence(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     org.acegisecurity.AuthenticationException authException)
              throws java.io.IOException,
                     javax.servlet.ServletException
Override the parent's commence so that the returned status is not 403.

Specified by:
commence in interface org.acegisecurity.ui.AuthenticationEntryPoint
Overrides:
commence in class hudson.security.HudsonAuthenticationEntryPoint
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2010. All Rights Reserved.