nl.surfnet.coin.api.oauth
Class Http401UnauthorizedEntryPoint

java.lang.Object
  extended by nl.surfnet.coin.api.oauth.Http401UnauthorizedEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

public class Http401UnauthorizedEntryPoint
extends Object
implements org.springframework.security.web.AuthenticationEntryPoint

Http401Unauthorized.java


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

Constructor Detail

Http401UnauthorizedEntryPoint

public Http401UnauthorizedEntryPoint()
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 interface org.springframework.security.web.AuthenticationEntryPoint
Throws:
IOException
javax.servlet.ServletException


Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.