org.apache.geronimo.corba.security.config.css
Class CSSCompoundSecMechConfig
java.lang.Object
org.apache.geronimo.corba.security.config.css.CSSCompoundSecMechConfig
- All Implemented Interfaces:
- Serializable
public class CSSCompoundSecMechConfig
- extends Object
- implements Serializable
- See Also:
- Serialized Form
CSSCompoundSecMechConfig
public CSSCompoundSecMechConfig()
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.