public class RemoteAuthentication extends AbstractModel
Constructor and Description |
---|
RemoteAuthentication() |
RemoteAuthentication(RemoteAuthentication 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 |
---|---|
RemoteAuthenticationRule[] |
getRemoteAuthenticationRules()
Get Remote authentication rule configuration
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getServer()
Get Remote authentication server
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getSwitch()
Get Remote authentication switch
`on`: enable
`off`: disable
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setRemoteAuthenticationRules(RemoteAuthenticationRule[] RemoteAuthenticationRules)
Set Remote authentication rule configuration
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setServer(String Server)
Set Remote authentication server
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setSwitch(String Switch)
Set Remote authentication switch
`on`: enable
`off`: disable
Note: this field may return `null`, indicating that no valid values can be obtained.
|
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 RemoteAuthentication()
public RemoteAuthentication(RemoteAuthentication source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Remote authentication switch
`on`: enable
`off`: disable
Note: this field may return `null`, indicating that no valid values can be obtained.public RemoteAuthenticationRule[] getRemoteAuthenticationRules()
public void setRemoteAuthenticationRules(RemoteAuthenticationRule[] RemoteAuthenticationRules)
RemoteAuthenticationRules
- Remote authentication rule configuration
Note: this field may return `null`, indicating that no valid values can be obtained.public String getServer()
public void setServer(String Server)
Server
- Remote authentication server
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.