nl.surfnet.mujina.spring
Class SAMLAuthenticationEntryPoint
java.lang.Object
nl.surfnet.mujina.spring.SAMLAuthenticationEntryPoint
- All Implemented Interfaces:
- org.springframework.security.web.AuthenticationEntryPoint
public class SAMLAuthenticationEntryPoint
- extends Object
- implements org.springframework.security.web.AuthenticationEntryPoint
|
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 |
SAMLAuthenticationEntryPoint
public SAMLAuthenticationEntryPoint(TimeService timeService,
IDService idService)
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.