org.objectweb.carol.util.csiv2
Class SasComponent

java.lang.Object
  extended byorg.objectweb.carol.util.csiv2.SasComponent
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class SasComponent
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class which allow to define compound sec mech object

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
SasComponent(TransportStruct transport, AsStruct as, SasStruct sas)
          Constructor
 
Method Summary
 AsStruct getAs()
           
 SasStruct getSas()
           
 TransportStruct getTransport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SasComponent

public SasComponent(TransportStruct transport,
                    AsStruct as,
                    SasStruct sas)
Constructor

Parameters:
transport - the given transport mech
as - the given as mech
sas - the given sas mech
Method Detail

getAs

public AsStruct getAs()
Returns:
Returns the as.

getSas

public SasStruct getSas()
Returns:
Returns the sas.

getTransport

public TransportStruct getTransport()
Returns:
Returns the transport.