Package org.apache.openejb.jee.jba
Class IorSecurityConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.IorSecurityConfig
-
public class IorSecurityConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AsContextasContextprotected SasContextsasContextprotected TransportConfigtransportConfig
-
Constructor Summary
Constructors Constructor Description IorSecurityConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsContextgetAsContext()Gets the value of the asContext property.SasContextgetSasContext()Gets the value of the sasContext property.TransportConfiggetTransportConfig()Gets the value of the transportConfig property.voidsetAsContext(AsContext value)Sets the value of the asContext property.voidsetSasContext(SasContext value)Sets the value of the sasContext property.voidsetTransportConfig(TransportConfig value)Sets the value of the transportConfig property.
-
-
-
Field Detail
-
transportConfig
protected TransportConfig transportConfig
-
asContext
protected AsContext asContext
-
sasContext
protected SasContext sasContext
-
-
Method Detail
-
getTransportConfig
public TransportConfig getTransportConfig()
Gets the value of the transportConfig property.- Returns:
- possible object is
TransportConfig
-
setTransportConfig
public void setTransportConfig(TransportConfig value)
Sets the value of the transportConfig property.- Parameters:
value- allowed object isTransportConfig
-
getAsContext
public AsContext getAsContext()
Gets the value of the asContext property.- Returns:
- possible object is
AsContext
-
setAsContext
public void setAsContext(AsContext value)
Sets the value of the asContext property.- Parameters:
value- allowed object isAsContext
-
getSasContext
public SasContext getSasContext()
Gets the value of the sasContext property.- Returns:
- possible object is
SasContext
-
setSasContext
public void setSasContext(SasContext value)
Sets the value of the sasContext property.- Parameters:
value- allowed object isSasContext
-
-