public class OauthConfig extends AbstractModel
Constructor and Description |
---|
OauthConfig() |
OauthConfig(OauthConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getLoginRedirectUrl()
Get 重定向地址,用于引导用户登录操作。
|
String |
getPublicKey()
Get 公钥,用于验证用户token。
|
String |
getTokenLocation()
Get token传递位置。
|
void |
setLoginRedirectUrl(String LoginRedirectUrl)
Set 重定向地址,用于引导用户登录操作。
|
void |
setPublicKey(String PublicKey)
Set 公钥,用于验证用户token。
|
void |
setTokenLocation(String TokenLocation)
Set token传递位置。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OauthConfig()
public OauthConfig(OauthConfig source)
public String getPublicKey()
public void setPublicKey(String PublicKey)
PublicKey
- 公钥,用于验证用户token。public String getTokenLocation()
public void setTokenLocation(String TokenLocation)
TokenLocation
- token传递位置。public String getLoginRedirectUrl()
public void setLoginRedirectUrl(String LoginRedirectUrl)
LoginRedirectUrl
- 重定向地址,用于引导用户登录操作。Copyright © 2021. All rights reserved.