nl.surfnet.mujina.spring
Class SAMLAuthenticationEntryPoint

java.lang.Object
  extended by nl.surfnet.mujina.spring.SAMLAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

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


Constructor Summary
SAMLAuthenticationEntryPoint(TimeService timeService, IDService idService)
           
 
Method Summary
 void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException)
           
 void setBindingAdapter(nl.surfnet.spring.security.opensaml.SAMLMessageHandler bindingAdapter)
           
 void setConfiguration(SpConfiguration spConfiguration)
           
 void setCredentialResolver(org.opensaml.xml.security.credential.CredentialResolver credentialResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAuthenticationEntryPoint

public SAMLAuthenticationEntryPoint(TimeService timeService,
                                    IDService idService)
Method Detail

setBindingAdapter

public void setBindingAdapter(nl.surfnet.spring.security.opensaml.SAMLMessageHandler bindingAdapter)

setCredentialResolver

public void setCredentialResolver(org.opensaml.xml.security.credential.CredentialResolver credentialResolver)

setConfiguration

public void setConfiguration(SpConfiguration spConfiguration)

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-2012 SURFnet bv, The Netherlands. All Rights Reserved.