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

java.lang.Object
  extended byorg.openejb.corba.security.config.css.CSSConfigEditor
All Implemented Interfaces:
org.apache.geronimo.deployment.service.XmlAttributeBuilder

public class CSSConfigEditor
extends Object
implements org.apache.geronimo.deployment.service.XmlAttributeBuilder

Version:
$Revision: 445989 $ $Date: 2006-02-12 06:52:02 +0100 (Sun, 12 Feb 2006) $

Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Constructor Summary
CSSConfigEditor()
           
 
Method Summary
protected static short extractAssociationOptions(List list)
           
protected static org.openejb.corba.security.config.css.CSSCompoundSecMechConfig extractCompoundSecMech(CSSCompoundSecMechType mechType, ClassLoader cl)
           
protected static org.openejb.corba.security.config.css.CSSASMechConfig extractGSSUPDynamic(CSSGSSUPDynamicType gssupType)
           
protected static org.openejb.corba.security.config.css.CSSASMechConfig extractGSSUPStatic(CSSGSSUPStaticType gssupType)
           
protected static org.openejb.corba.security.config.css.CSSSASMechConfig extractSASMech(CSSSasMechType sasMechType, ClassLoader cl)
           
protected static org.openejb.corba.security.config.css.CSSTransportMechConfig extractSSLTransport(CSSSSLType sslType)
           
static org.apache.geronimo.gbean.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 org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

CSSConfigEditor

public CSSConfigEditor()
Method Detail

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface org.apache.geronimo.deployment.service.XmlAttributeBuilder

getValue

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

extractCompoundSecMech

protected static org.openejb.corba.security.config.css.CSSCompoundSecMechConfig extractCompoundSecMech(CSSCompoundSecMechType mechType,
                                                                                                       ClassLoader cl)
                                                                                                throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException

extractSSLTransport

protected static org.openejb.corba.security.config.css.CSSTransportMechConfig extractSSLTransport(CSSSSLType sslType)

extractGSSUPStatic

protected static org.openejb.corba.security.config.css.CSSASMechConfig extractGSSUPStatic(CSSGSSUPStaticType gssupType)

extractGSSUPDynamic

protected static org.openejb.corba.security.config.css.CSSASMechConfig extractGSSUPDynamic(CSSGSSUPDynamicType gssupType)

extractSASMech

protected static org.openejb.corba.security.config.css.CSSSASMechConfig extractSASMech(CSSSasMechType sasMechType,
                                                                                       ClassLoader cl)
                                                                                throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException

extractAssociationOptions

protected static short extractAssociationOptions(List list)

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.