public class EsConfigSetInfo extends AbstractModel
skipSign
Constructor and Description |
---|
EsConfigSetInfo() |
EsConfigSetInfo(EsConfigSetInfo 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 |
getEsConfig()
Get "{\"order\":0,\"url\":\"ldap://10.0.1.72:389\",\"bind_dn\":\"cn=admin,dc=tencent,dc=com\",\"user_search.base_dn\":\"dc=tencent,dc=com\",\"user_search.filter\":\"(cn={0})\",\"group_search.base_dn\":\"dc=tencent,dc=com\"}"
|
String |
getType()
Get Configuration set type, such as `LDAP` and `AD`.
|
void |
setEsConfig(String EsConfig)
Set "{\"order\":0,\"url\":\"ldap://10.0.1.72:389\",\"bind_dn\":\"cn=admin,dc=tencent,dc=com\",\"user_search.base_dn\":\"dc=tencent,dc=com\",\"user_search.filter\":\"(cn={0})\",\"group_search.base_dn\":\"dc=tencent,dc=com\"}"
|
void |
setType(String Type)
Set Configuration set type, such as `LDAP` and `AD`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EsConfigSetInfo()
public EsConfigSetInfo(EsConfigSetInfo source)
public String getType()
public void setType(String Type)
Type
- Configuration set type, such as `LDAP` and `AD`.public String getEsConfig()
public void setEsConfig(String EsConfig)
EsConfig
- "{\"order\":0,\"url\":\"ldap://10.0.1.72:389\",\"bind_dn\":\"cn=admin,dc=tencent,dc=com\",\"user_search.base_dn\":\"dc=tencent,dc=com\",\"user_search.filter\":\"(cn={0})\",\"group_search.base_dn\":\"dc=tencent,dc=com\"}"Copyright © 2023. All rights reserved.