org.apache.geronimo.corba.security.config.css
Class CSSCompoundSecMechListConfig

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

public class CSSCompoundSecMechListConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CSSCompoundSecMechListConfig()
           
 
Method Summary
 void add(CSSCompoundSecMechConfig mech)
           
 List findCompatibleSet(TSSCompoundSecMechListConfig mechList)
           
 boolean isStateful()
           
 CSSCompoundSecMechConfig 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

CSSCompoundSecMechListConfig

public CSSCompoundSecMechListConfig()
Method Detail

isStateful

public boolean isStateful()

setStateful

public void setStateful(boolean stateful)

add

public void add(CSSCompoundSecMechConfig mech)

mechAt

public CSSCompoundSecMechConfig mechAt(int i)

size

public int size()

findCompatibleSet

public List findCompatibleSet(TSSCompoundSecMechListConfig mechList)

toString

public String toString()
Overrides:
toString in class Object


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