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() | 
| SasContext | getSasContext() | 
| TransportConfig | getTransportConfig() | 
| void | setAsContext(AsContext value) | 
| void | setSasContext(SasContext value) | 
| void | setTransportConfig(TransportConfig value) | 
protected TransportConfig transportConfig
protected AsContext asContext
protected SasContext sasContext
public TransportConfig getTransportConfig()
public void setTransportConfig(TransportConfig value)
public AsContext getAsContext()
public void setAsContext(AsContext value)
public SasContext getSasContext()
public void setSasContext(SasContext value)