nl.surfnet.coin.api.oauth
Class ShibbolethAuthenticationEntryPoint

java.lang.Object
  extended by org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
      extended by nl.surfnet.coin.api.oauth.ShibbolethAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.security.web.AuthenticationEntryPoint

public class ShibbolethAuthenticationEntryPoint
extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint


Constructor Summary
ShibbolethAuthenticationEntryPoint(String loginFormUrl)
           
 
Method Summary
 void afterPropertiesSet()
           
protected  String buildRedirectUrlToLoginPage(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.LoginUrlAuthenticationEntryPoint
buildHttpsRedirectUrlForRequest, commence, determineUrlToUseForThisRequest, getLoginFormUrl, getPortMapper, getPortResolver, isForceHttps, isUseForward, setForceHttps, setLoginFormUrl, setPortMapper, setPortResolver, setUseForward
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShibbolethAuthenticationEntryPoint

public ShibbolethAuthenticationEntryPoint(String loginFormUrl)
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Overrides:
afterPropertiesSet in class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
Throws:
Exception

buildRedirectUrlToLoginPage

protected String buildRedirectUrlToLoginPage(javax.servlet.http.HttpServletRequest request,
                                             javax.servlet.http.HttpServletResponse response,
                                             org.springframework.security.core.AuthenticationException authException)
Overrides:
buildRedirectUrlToLoginPage in class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint


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