org.apache.geronimo.corba.security.config.tss
Class TSSCompoundSecMechConfig
java.lang.Object
org.apache.geronimo.corba.security.config.tss.TSSCompoundSecMechConfig
- All Implemented Interfaces:
- Serializable
public class TSSCompoundSecMechConfig
- extends Object
- implements Serializable
- See Also:
- Serialized Form
TSSCompoundSecMechConfig
public TSSCompoundSecMechConfig()
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.