Uses of Interface
org.apache.geronimo.corba.xbeans.csiv2.tss.TSSGSSUPType

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

Uses of TSSGSSUPType in org.apache.geronimo.corba.security.config.tss
 

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

Uses of TSSGSSUPType in org.apache.geronimo.corba.xbeans.csiv2.tss
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSGSSUPType
 TSSGSSUPType TSSCompoundSecMechType.addNewGSSUP()
          Appends and returns a new empty "GSSUP" element
 TSSGSSUPType TSSCompoundSecMechType.getGSSUP()
          Gets the "GSSUP" element
static TSSGSSUPType TSSGSSUPType.Factory.newInstance()
           
static TSSGSSUPType TSSGSSUPType.Factory.newInstance(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(InputStream is)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(InputStream is, 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(Reader r)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(Reader r, 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(URL u)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(URL u, 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
static TSSGSSUPType TSSGSSUPType.Factory.parse(XMLStreamReader sr)
           
static TSSGSSUPType TSSGSSUPType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

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

Uses of TSSGSSUPType in org.apache.geronimo.corba.xbeans.csiv2.tss.impl
 

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

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

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



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.