org.objectweb.carol.util.csiv2

Class SasComponent

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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

Constructor Summary

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

Method Summary

AsStruct
getAs()
SasStruct
getSas()
TransportStruct
getTransport()

Constructor Details

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 Details

getAs

public AsStruct getAs()

Returns:
Returns the as.


getSas

public SasStruct getSas()

Returns:
Returns the sas.


getTransport

public TransportStruct getTransport()

Returns:
Returns the transport.