@Deprecated public class UserAuthorizationSuccessfulAuthenticationHandler extends org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler
| Constructor and Description |
|---|
UserAuthorizationSuccessfulAuthenticationHandler()
Deprecated.
|
UserAuthorizationSuccessfulAuthenticationHandler(String s)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackParameterName()
Deprecated.
The name of the request parameter that supplies the callback URL.
|
String |
getTokenParameterName()
Deprecated.
The name of the request parameter that supplies the token id.
|
boolean |
isRequire10a()
Deprecated.
Whether to require 1.0a support.
|
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
Deprecated.
|
void |
setCallbackParameterName(String callbackParameterName)
Deprecated.
The name of the request parameter that supplies the callback URL.
|
void |
setRequire10a(boolean require10a)
Deprecated.
Whether to require 1.0a support.
|
void |
setTokenIdParameterName(String tokenIdParameterName)
Deprecated.
The name of the request parameter that supplies the token id.
|
clearAuthenticationAttributesdetermineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseRefererpublic UserAuthorizationSuccessfulAuthenticationHandler()
public UserAuthorizationSuccessfulAuthenticationHandler(String s)
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandleronAuthenticationSuccess in class org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandlerIOExceptionjavax.servlet.ServletExceptionpublic String getTokenParameterName()
public void setTokenIdParameterName(String tokenIdParameterName)
tokenIdParameterName - The name of the request parameter that supplies the token id.public boolean isRequire10a()
public void setRequire10a(boolean require10a)
require10a - Whether to require 1.0a support.public String getCallbackParameterName()
public void setCallbackParameterName(String callbackParameterName)
callbackParameterName - The name of the request parameter that supplies the callback URL.Copyright © 2020. All rights reserved.