org.springframework.security.extensions.kerberos.web
Class SpnegoEntryPoint

java.lang.Object
  extended by org.springframework.security.extensions.kerberos.web.SpnegoEntryPoint
All Implemented Interfaces:
AuthenticationEntryPoint

public class SpnegoEntryPoint
extends Object
implements AuthenticationEntryPoint

Sends back a request for a Negotiate Authentication to the browser.

Since:
1.0
Version:
$Id: SpnegoEntryPoint.java 35 2009-09-03 18:15:03Z mwiesner $
Author:
Mike Wiesner
See Also:
SpnegoAuthenticationProcessingFilter

Constructor Summary
SpnegoEntryPoint()
           
 
Method Summary
 void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpnegoEntryPoint

public SpnegoEntryPoint()
Method Detail

commence

public void commence(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     AuthenticationException ex)
              throws IOException,
                     javax.servlet.ServletException
Specified by:
commence in interface AuthenticationEntryPoint
Throws:
IOException
javax.servlet.ServletException


Copyright © 2009 SpringSource, Inc. All Rights Reserved.