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()
TransportConfigpublic void setTransportConfig(TransportConfig value)
value - allowed object is
              TransportConfigpublic AsContext getAsContext()
AsContextpublic void setAsContext(AsContext value)
value - allowed object is
              AsContextpublic SasContext getSasContext()
SasContextpublic void setSasContext(SasContext value)
value - allowed object is
              SasContext