org.openejb.corba.security.config.css
Class CSSCompoundSecMechListConfig

java.lang.Object
  extended byorg.openejb.corba.security.config.css.CSSCompoundSecMechListConfig
All Implemented Interfaces:
Serializable

public class CSSCompoundSecMechListConfig
extends Object
implements Serializable

Version:
$Rev: 445259 $ $Date: 2005-03-08 05:08:36 +0100 (Tue, 08 Mar 2005) $
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.