public class CasAuthenticationEntryPoint
extends org.springframework.security.cas.web.CasAuthenticationEntryPoint
| Constructor and Description |
|---|
CasAuthenticationEntryPoint() |
| 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) |
protected void preCommence(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
preCommence in class org.springframework.security.cas.web.CasAuthenticationEntryPointprotected String createServiceUrl(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
createServiceUrl in class org.springframework.security.cas.web.CasAuthenticationEntryPointpublic 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–2019. All rights reserved.