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

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

public class CSSConfigEditor
extends Object
implements XmlAttributeBuilder


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
CSSConfigEditor()
           
 
Method Summary
protected static short extractAssociationOptions(List list)
           
protected static CSSCompoundSecMechConfig extractCompoundSecMech(org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType mechType, ClassLoader cl)
           
protected static CSSASMechConfig extractGSSUPDynamic(org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPDynamicType gssupType)
           
protected static CSSASMechConfig extractGSSUPStatic(org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPStaticType gssupType)
           
protected static CSSSASMechConfig extractSASMech(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSasMechType sasMechType, ClassLoader cl)
           
protected static CSSTransportMechConfig extractSSLTransport(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSSLType sslType)
           
static GBeanInfo getGBeanInfo()
           
 String getNamespace()
           
 Object getValue(org.apache.xmlbeans.XmlObject xmlObject, String type, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

CSSConfigEditor

public CSSConfigEditor()
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface XmlAttributeBuilder

getValue

public Object getValue(org.apache.xmlbeans.XmlObject xmlObject,
                       String type,
                       ClassLoader cl)
                throws DeploymentException
Specified by:
getValue in interface XmlAttributeBuilder
Throws:
DeploymentException

extractCompoundSecMech

protected static CSSCompoundSecMechConfig extractCompoundSecMech(org.apache.geronimo.corba.xbeans.csiv2.css.CSSCompoundSecMechType mechType,
                                                                 ClassLoader cl)
                                                          throws DeploymentException
Throws:
DeploymentException

extractSSLTransport

protected static CSSTransportMechConfig extractSSLTransport(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSSLType sslType)

extractGSSUPStatic

protected static CSSASMechConfig extractGSSUPStatic(org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPStaticType gssupType)

extractGSSUPDynamic

protected static CSSASMechConfig extractGSSUPDynamic(org.apache.geronimo.corba.xbeans.csiv2.css.CSSGSSUPDynamicType gssupType)

extractSASMech

protected static CSSSASMechConfig extractSASMech(org.apache.geronimo.corba.xbeans.csiv2.css.CSSSasMechType sasMechType,
                                                 ClassLoader cl)
                                          throws DeploymentException
Throws:
DeploymentException

extractAssociationOptions

protected static short extractAssociationOptions(List list)

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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