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

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

public class TSSCompoundSecMechListConfig
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
TSSCompoundSecMechListConfig()
           
 
Method Summary
 void add(TSSCompoundSecMechConfig mech)
           
 Subject check(org.omg.CSI.EstablishContext msg)
           
static TSSCompoundSecMechListConfig decodeIOR(Codec codec, TaggedComponent taggedComponent)
           
 TaggedComponent encodeIOR(ORB orb, Codec codec)
           
 boolean isStateful()
           
 TSSCompoundSecMechConfig mechAt(int i)
           
 void setStateful(boolean stateful)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSCompoundSecMechListConfig

public TSSCompoundSecMechListConfig()
Method Detail

isStateful

public boolean isStateful()

setStateful

public void setStateful(boolean stateful)

add

public void add(TSSCompoundSecMechConfig mech)

mechAt

public TSSCompoundSecMechConfig mechAt(int i)

size

public int size()

encodeIOR

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

decodeIOR

public static TSSCompoundSecMechListConfig decodeIOR(Codec codec,
                                                     TaggedComponent taggedComponent)
                                              throws Exception
Throws:
Exception

check

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


Copyright © 1999-2006 OpenEJB. All Rights Reserved.