public class SessionUrlCasAuthenticationEntryPoint
extends org.springframework.security.cas.web.CasAuthenticationEntryPoint
Constructor and Description |
---|
SessionUrlCasAuthenticationEntryPoint() |
Modifier and Type | Method and Description |
---|---|
protected String |
createServiceUrl(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getTargetUrlParameter() |
String |
getTargetUrlSessionAttribute() |
protected void |
preCommence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setTargetUrlParameter(String targetUrlParameter) |
void |
setTargetUrlSessionAttribute(String targetUrlSessionAttribute) |
public SessionUrlCasAuthenticationEntryPoint()
protected void preCommence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
preCommence
in class org.springframework.security.cas.web.CasAuthenticationEntryPoint
protected String createServiceUrl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
createServiceUrl
in class org.springframework.security.cas.web.CasAuthenticationEntryPoint
public String getTargetUrlParameter()
public void setTargetUrlParameter(String targetUrlParameter)
targetUrlParameter
- the targetUrlParameter to setpublic String getTargetUrlSessionAttribute()
public void setTargetUrlSessionAttribute(String targetUrlSessionAttribute)
targetUrlSessionAttribute
- the targetUrlSessionAttribute to setCopyright © 2016–2023. All rights reserved.