|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.IorSecurityConfig
public class IorSecurityConfig
Field Summary | |
---|---|
protected AsContext |
asContext
|
protected SasContext |
sasContext
|
protected TransportConfig |
transportConfig
|
Constructor Summary | |
---|---|
IorSecurityConfig()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TransportConfig transportConfig
protected AsContext asContext
protected SasContext sasContext
Constructor Detail |
---|
public IorSecurityConfig()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |