Uses of Interface
org.openejb.xbeans.csiv2.tss.TSSGSSUPType

Packages that use TSSGSSUPType
org.openejb.corba.security.config.tss   
org.openejb.xbeans.csiv2.tss   
org.openejb.xbeans.csiv2.tss.impl   
 

Uses of TSSGSSUPType in org.openejb.corba.security.config.tss
 

Methods in org.openejb.corba.security.config.tss with parameters of type TSSGSSUPType
protected static org.openejb.corba.security.config.tss.TSSASMechConfig TSSConfigEditor.extractASMech(TSSGSSUPType gssupMech)
           
 

Uses of TSSGSSUPType in org.openejb.xbeans.csiv2.tss
 

Methods in org.openejb.xbeans.csiv2.tss that return TSSGSSUPType
static TSSGSSUPType TSSGSSUPType.Factory.newInstance()
           
static TSSGSSUPType TSSGSSUPType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(String xmlAsString)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(File file)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(URL u)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(InputStream is)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(Reader r)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(Node node)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSGSSUPType TSSGSSUPType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
 TSSGSSUPType TSSCompoundSecMechType.getGSSUP()
          Gets the "GSSUP" element
 TSSGSSUPType TSSCompoundSecMechType.addNewGSSUP()
          Appends and returns a new empty "GSSUP" element
 

Methods in org.openejb.xbeans.csiv2.tss with parameters of type TSSGSSUPType
 void TSSCompoundSecMechType.setGSSUP(TSSGSSUPType gssup)
          Sets the "GSSUP" element
 

Uses of TSSGSSUPType in org.openejb.xbeans.csiv2.tss.impl
 

Classes in org.openejb.xbeans.csiv2.tss.impl that implement TSSGSSUPType
 class TSSGSSUPTypeImpl
          An XML GSSUPType(@http://www.openejb.org/xml/ns/corba-tss-config-2.0).
 

Methods in org.openejb.xbeans.csiv2.tss.impl that return TSSGSSUPType
 TSSGSSUPType TSSCompoundSecMechTypeImpl.getGSSUP()
          Gets the "GSSUP" element
 TSSGSSUPType TSSCompoundSecMechTypeImpl.addNewGSSUP()
          Appends and returns a new empty "GSSUP" element
 

Methods in org.openejb.xbeans.csiv2.tss.impl with parameters of type TSSGSSUPType
 void TSSCompoundSecMechTypeImpl.setGSSUP(TSSGSSUPType gssup)
          Sets the "GSSUP" element
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.