public class SecurityContext extends AbstractModel
header, skipSign
Constructor and Description |
---|
SecurityContext() |
SecurityContext(SecurityContext 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 |
---|---|
SecurityCapabilities |
getCapabilities()
Get 安全配置
|
Boolean |
getPrivilege()
Get 是否开启特权模式
|
String |
getProcMount()
Get 目录/Proc挂载方式
|
void |
setCapabilities(SecurityCapabilities Capabilities)
Set 安全配置
|
void |
setPrivilege(Boolean Privilege)
Set 是否开启特权模式
|
void |
setProcMount(String ProcMount)
Set 目录/Proc挂载方式
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SecurityContext()
public SecurityContext(SecurityContext source)
public Boolean getPrivilege()
public void setPrivilege(Boolean Privilege)
Privilege
- 是否开启特权模式public String getProcMount()
public void setProcMount(String ProcMount)
ProcMount
- 目录/Proc挂载方式public SecurityCapabilities getCapabilities()
public void setCapabilities(SecurityCapabilities Capabilities)
Capabilities
- 安全配置Copyright © 2024. All rights reserved.