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

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

public class TSSConfig
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
TSSConfig()
           
 
Method Summary
 Subject check(SSLSession session, org.omg.CSI.EstablishContext msg)
           
 TaggedComponent generateIOR(ORB orb, Codec codec)
           
 org.apache.geronimo.security.deploy.DefaultPrincipal getDefaultPrincipal()
           
 TSSCompoundSecMechListConfig getMechListConfig()
           
 TSSTransportMechConfig getTransport_mech()
           
 boolean isInherit()
           
 void setDefaultPrincipal(org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal)
           
 void setInherit(boolean inherit)
           
 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

TSSConfig

public TSSConfig()
Method Detail

isInherit

public boolean isInherit()

setInherit

public void setInherit(boolean inherit)

getDefaultPrincipal

public org.apache.geronimo.security.deploy.DefaultPrincipal getDefaultPrincipal()

setDefaultPrincipal

public void setDefaultPrincipal(org.apache.geronimo.security.deploy.DefaultPrincipal defaultPrincipal)

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


Copyright © 1999-2006 OpenEJB. All Rights Reserved.