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

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

public class TSSConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TSSConfig()
           
 
Method Summary
 Subject check(SSLSession session, org.omg.CSI.EstablishContext msg)
           
 TaggedComponent generateIOR(ORB orb, Codec codec)
           
 TSSCompoundSecMechListConfig getMechListConfig()
           
 TSSTransportMechConfig getTransport_mech()
           
 boolean isInherit()
           
 void setInherit(boolean inherit)
           
 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

TSSConfig

public TSSConfig()
Method Detail

isInherit

public boolean isInherit()

setInherit

public void setInherit(boolean inherit)

getTransport_mech

public TSSTransportMechConfig getTransport_mech()

setTransport_mech

public void setTransport_mech(TSSTransportMechConfig transport_mech)

getMechListConfig

public TSSCompoundSecMechListConfig getMechListConfig()

generateIOR

public TaggedComponent generateIOR(ORB orb,
                                   Codec codec)
                            throws Exception
Throws:
Exception

check

public Subject check(SSLSession session,
                     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.