public class KerberosInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
KerberosInfo() |
KerberosInfo(KerberosInfo 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 |
getKeyTab()
Get KeyTab文件值
|
String |
getKrb5Conf()
Get Krb5Conf文件值
|
String |
getServicePrincipal()
Get 服务主体
|
void |
setKeyTab(String KeyTab)
Set KeyTab文件值
|
void |
setKrb5Conf(String Krb5Conf)
Set Krb5Conf文件值
|
void |
setServicePrincipal(String ServicePrincipal)
Set 服务主体
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public KerberosInfo()
public KerberosInfo(KerberosInfo source)
public String getKrb5Conf()
public void setKrb5Conf(String Krb5Conf)
Krb5Conf
- Krb5Conf文件值public String getKeyTab()
public void setKeyTab(String KeyTab)
KeyTab
- KeyTab文件值public String getServicePrincipal()
public void setServicePrincipal(String ServicePrincipal)
ServicePrincipal
- 服务主体Copyright © 2024. All rights reserved.