public class SAMLAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
SAMLAuthenticationEntryPoint(nl.surfnet.mujina.util.TimeService timeService,
nl.surfnet.mujina.util.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 |
setAssertionConsumerServiceURL(String assertionConsumerServiceURL) |
void |
setBindingAdapter(nl.surfnet.mujina.saml.BindingAdapter bindingAdapter) |
void |
setConfiguration(SpConfiguration spConfiguration) |
void |
setCredentialResolver(org.opensaml.xml.security.credential.CredentialResolver credentialResolver) |
public SAMLAuthenticationEntryPoint(nl.surfnet.mujina.util.TimeService timeService,
nl.surfnet.mujina.util.IDService idService)
public void setAssertionConsumerServiceURL(String assertionConsumerServiceURL)
public void setBindingAdapter(nl.surfnet.mujina.saml.BindingAdapter 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 © 2012. All Rights Reserved.