org.apache.geronimo.corba.security.config.tss
Class TSSCompoundSecMechConfig

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSCompoundSecMechConfig
All Implemented Interfaces:
Serializable

public class TSSCompoundSecMechConfig
extends Object
implements Serializable

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)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.