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

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

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

Methods in org.apache.geronimo.corba.security.config.tss with parameters of type TSSCompoundSecMechType
protected static TSSCompoundSecMechConfig TSSConfigEditor.extractCompoundSecMech(TSSCompoundSecMechType mech, ClassLoader cl)
           
 

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSCompoundSecMechType
 TSSCompoundSecMechType TSSTssType.CompoundSecMechTypeList.addNewCompoundSecMech()
          Appends and returns a new empty value (as xml) as the last "compoundSecMech" element
 TSSCompoundSecMechType[] TSSTssType.CompoundSecMechTypeList.getCompoundSecMechArray()
          Gets array of all "compoundSecMech" elements
 TSSCompoundSecMechType TSSTssType.CompoundSecMechTypeList.getCompoundSecMechArray(int i)
          Gets ith "compoundSecMech" element
 TSSCompoundSecMechType TSSTssType.CompoundSecMechTypeList.insertNewCompoundSecMech(int i)
          Inserts and returns a new empty value (as xml) as the ith "compoundSecMech" element
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.newInstance()
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(File file)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(InputStream is)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(Node node)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(Reader r)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(String xmlAsString)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(URL u)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(XMLStreamReader sr)
           
static TSSCompoundSecMechType TSSCompoundSecMechType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSCompoundSecMechType
 void TSSTssType.CompoundSecMechTypeList.setCompoundSecMechArray(int i, TSSCompoundSecMechType compoundSecMech)
          Sets ith "compoundSecMech" element
 void TSSTssType.CompoundSecMechTypeList.setCompoundSecMechArray(TSSCompoundSecMechType[] compoundSecMechArray)
          Sets array of all "compoundSecMech" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSCompoundSecMechType
 TSSCompoundSecMechType TSSTssTypeImpl.CompoundSecMechTypeListImpl.addNewCompoundSecMech()
          Appends and returns a new empty value (as xml) as the last "compoundSecMech" element
 TSSCompoundSecMechType[] TSSTssTypeImpl.CompoundSecMechTypeListImpl.getCompoundSecMechArray()
          Gets array of all "compoundSecMech" elements
 TSSCompoundSecMechType TSSTssTypeImpl.CompoundSecMechTypeListImpl.getCompoundSecMechArray(int i)
          Gets ith "compoundSecMech" element
 TSSCompoundSecMechType TSSTssTypeImpl.CompoundSecMechTypeListImpl.insertNewCompoundSecMech(int i)
          Inserts and returns a new empty value (as xml) as the ith "compoundSecMech" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSCompoundSecMechType
 void TSSTssTypeImpl.CompoundSecMechTypeListImpl.setCompoundSecMechArray(int i, TSSCompoundSecMechType compoundSecMech)
          Sets ith "compoundSecMech" element
 void TSSTssTypeImpl.CompoundSecMechTypeListImpl.setCompoundSecMechArray(TSSCompoundSecMechType[] compoundSecMechArray)
          Sets array of all "compoundSecMech" element
 



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