public class IorSecurityConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AsContext |
asContext |
protected SasContext |
sasContext |
protected TransportConfig |
transportConfig |
Constructor and Description |
---|
IorSecurityConfig() |
Modifier and Type | Method and Description |
---|---|
AsContext |
getAsContext()
Gets the value of the asContext property.
|
SasContext |
getSasContext()
Gets the value of the sasContext property.
|
TransportConfig |
getTransportConfig()
Gets the value of the transportConfig property.
|
void |
setAsContext(AsContext value)
Sets the value of the asContext property.
|
void |
setSasContext(SasContext value)
Sets the value of the sasContext property.
|
void |
setTransportConfig(TransportConfig value)
Sets the value of the transportConfig property.
|
protected TransportConfig transportConfig
protected AsContext asContext
protected SasContext sasContext
public TransportConfig getTransportConfig()
TransportConfig
public void setTransportConfig(TransportConfig value)
value
- allowed object is
TransportConfig
public AsContext getAsContext()
AsContext
public void setAsContext(AsContext value)
value
- allowed object is
AsContext
public SasContext getSasContext()
SasContext
public void setSasContext(SasContext value)
value
- allowed object is
SasContext