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

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

public class TSSCompoundSecMechListConfig
extends Object
implements Serializable

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

toString

public String toString()
Overrides:
toString in class Object


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