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

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

public class CSSCompoundSecMechConfig
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CSSCompoundSecMechConfig()
           
 
Method Summary
 boolean canHandle(TSSCompoundSecMechConfig requirement)
           
 ServiceContext generateServiceContext()
           
 CSSASMechConfig getAs_mech()
           
 CSSSASMechConfig getSas_mech()
           
 CSSTransportMechConfig getTransport_mech()
           
 void setAs_mech(CSSASMechConfig as_mech)
           
 void setSas_mech(CSSSASMechConfig sas_mech)
           
 void setTransport_mech(CSSTransportMechConfig transport_mech)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSSCompoundSecMechConfig

public CSSCompoundSecMechConfig()
Method Detail

getTransport_mech

public CSSTransportMechConfig getTransport_mech()

setTransport_mech

public void setTransport_mech(CSSTransportMechConfig transport_mech)

getAs_mech

public CSSASMechConfig getAs_mech()

setAs_mech

public void setAs_mech(CSSASMechConfig as_mech)

getSas_mech

public CSSSASMechConfig getSas_mech()

setSas_mech

public void setSas_mech(CSSSASMechConfig sas_mech)

canHandle

public boolean canHandle(TSSCompoundSecMechConfig requirement)

generateServiceContext

public ServiceContext generateServiceContext()
                                      throws UserException
Throws:
UserException

toString

public String toString()
Overrides:
toString in class Object


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