public class SAMLAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
| Constructor and Description |
|---|
SAMLAuthenticationEntryPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authException) |
org.opensaml.saml2.core.RequesterID |
createRequesterID(String id)
Simple builder
|
String |
getSPEntityIdByRequest(javax.servlet.http.HttpServletRequest request)
Get the SP Entity ID from the OAuth client id in the HTTP request
|
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.ServletExceptionpublic String getSPEntityIdByRequest(javax.servlet.http.HttpServletRequest request)
public org.opensaml.saml2.core.RequesterID createRequesterID(String id)
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.