org.apache.openejb.jee.jba
Class IorSecurityConfig

java.lang.Object
  extended by org.apache.openejb.jee.jba.IorSecurityConfig

public class IorSecurityConfig
extends java.lang.Object


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

transportConfig

protected TransportConfig transportConfig

asContext

protected AsContext asContext

sasContext

protected SasContext sasContext
Constructor Detail

IorSecurityConfig

public IorSecurityConfig()
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 is TransportConfig

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 is AsContext

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 is SasContext


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.