public class UpdateUserOIDCConfigRequest extends AbstractModel
Constructor and Description |
---|
UpdateUserOIDCConfigRequest() |
UpdateUserOIDCConfigRequest(UpdateUserOIDCConfigRequest 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 |
getAuthorizationEndpoint()
Get 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
|
String |
getClientId()
Get 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
|
String |
getDescription()
Get 描述
|
String |
getIdentityKey()
Get 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的帐号安全,建议您定期轮换签名公钥。
|
String |
getIdentityUrl()
Get 身份提供商URL。OpenID Connect身份提供商标识。
对应企业IdP提供的Openid-configuration中"issuer"字段的值。
|
String |
getMappingFiled()
Get 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
|
String |
getResponseMode()
Get 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。
|
String |
getResponseType()
Get 授权请求Response type,固定值id_token。
|
String[] |
getScope()
Get 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
|
void |
setAuthorizationEndpoint(String AuthorizationEndpoint)
Set 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。
|
void |
setClientId(String ClientId)
Set 客户端ID,在OpenID Connect身份提供商注册的客户端ID。
|
void |
setDescription(String Description)
Set 描述
|
void |
setIdentityKey(String IdentityKey)
Set 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的帐号安全,建议您定期轮换签名公钥。
|
void |
setIdentityUrl(String IdentityUrl)
Set 身份提供商URL。OpenID Connect身份提供商标识。
对应企业IdP提供的Openid-configuration中"issuer"字段的值。
|
void |
setMappingFiled(String MappingFiled)
Set 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段
|
void |
setResponseMode(String ResponseMode)
Set 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。
|
void |
setResponseType(String ResponseType)
Set 授权请求Response type,固定值id_token。
|
void |
setScope(String[] Scope)
Set 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。
|
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 UpdateUserOIDCConfigRequest()
public UpdateUserOIDCConfigRequest(UpdateUserOIDCConfigRequest source)
public String getIdentityUrl()
public void setIdentityUrl(String IdentityUrl)
IdentityUrl
- 身份提供商URL。OpenID Connect身份提供商标识。
对应企业IdP提供的Openid-configuration中"issuer"字段的值。public String getIdentityKey()
public void setIdentityKey(String IdentityKey)
IdentityKey
- 签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的帐号安全,建议您定期轮换签名公钥。public String getClientId()
public void setClientId(String ClientId)
ClientId
- 客户端ID,在OpenID Connect身份提供商注册的客户端ID。public String getAuthorizationEndpoint()
public void setAuthorizationEndpoint(String AuthorizationEndpoint)
AuthorizationEndpoint
- 授权请求Endpoint,OpenID Connect身份提供商授权地址。对应企业IdP提供的Openid-configuration中"authorization_endpoint"字段的值。public String getResponseType()
public void setResponseType(String ResponseType)
ResponseType
- 授权请求Response type,固定值id_token。public String getResponseMode()
public void setResponseMode(String ResponseMode)
ResponseMode
- 授权请求Response mode。授权请求返回模式,form_post和fragment两种可选模式,推荐选择form_post模式。public String getMappingFiled()
public void setMappingFiled(String MappingFiled)
MappingFiled
- 映射字段名称。IdP的id_token中哪一个字段映射到子用户的用户名,通常是sub或者name字段public String[] getScope()
public void setScope(String[] Scope)
Scope
- 授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。public String getDescription()
public void setDescription(String Description)
Description
- 描述Copyright © 2022. All rights reserved.