org.openejb.corba.security.config.tss
Class TSSCompoundSecMechConfig

java.lang.Object
  extended byorg.openejb.corba.security.config.tss.TSSCompoundSecMechConfig
All Implemented Interfaces:
Serializable

public class TSSCompoundSecMechConfig
extends Object
implements Serializable

Version:
$Rev: 445423 $ $Date: 2005-04-23 20:44:30 +0200 (Sat, 23 Apr 2005) $
See Also:
Serialized Form

Constructor Summary
TSSCompoundSecMechConfig()
           
 
Method Summary
 Subject check(org.omg.CSI.EstablishContext msg)
           
static TSSCompoundSecMechConfig decodeIOR(Codec codec, org.omg.CSIIOP.CompoundSecMech compoundSecMech)
           
 org.omg.CSIIOP.CompoundSecMech encodeIOR(ORB orb, Codec codec)
           
 TSSASMechConfig getAs_mech()
           
 short getRequires()
           
 TSSSASMechConfig getSas_mech()
           
 short getSupports()
           
 TSSTransportMechConfig getTransport_mech()
           
 void setAs_mech(TSSASMechConfig as_mech)
           
 void setSas_mech(TSSSASMechConfig sas_mech)
           
 void setTransport_mech(TSSTransportMechConfig transport_mech)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSCompoundSecMechConfig

public TSSCompoundSecMechConfig()
Method Detail

getTransport_mech

public TSSTransportMechConfig getTransport_mech()

setTransport_mech

public void setTransport_mech(TSSTransportMechConfig transport_mech)

getAs_mech

public TSSASMechConfig getAs_mech()

setAs_mech

public void setAs_mech(TSSASMechConfig as_mech)

getSas_mech

public TSSSASMechConfig getSas_mech()

setSas_mech

public void setSas_mech(TSSSASMechConfig sas_mech)

getSupports

public short getSupports()

getRequires

public short getRequires()

encodeIOR

public org.omg.CSIIOP.CompoundSecMech encodeIOR(ORB orb,
                                                Codec codec)
                                         throws Exception
Throws:
Exception

decodeIOR

public static TSSCompoundSecMechConfig decodeIOR(Codec codec,
                                                 org.omg.CSIIOP.CompoundSecMech compoundSecMech)
                                          throws Exception
Throws:
Exception

check

public Subject check(org.omg.CSI.EstablishContext msg)
              throws SASException
Throws:
SASException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.