public class SAMLAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
SAMLAuthenticationEntryPoint(TimeService timeService,
IDService idService) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public SAMLAuthenticationEntryPoint(TimeService timeService, IDService idService)
public void setBindingAdapter(nl.surfnet.spring.security.opensaml.SAMLMessageHandler bindingAdapter)
public void setCredentialResolver(org.opensaml.xml.security.credential.CredentialResolver credentialResolver)
public void setConfiguration(SpConfiguration spConfiguration)
public void commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
commence in interface org.springframework.security.web.AuthenticationEntryPointIOExceptionjavax.servlet.ServletExceptionCopyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.