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

Packages that use TSSIdentityTokenTypeList
org.apache.geronimo.corba.xbeans.csiv2.tss   
org.apache.geronimo.corba.xbeans.csiv2.tss.impl   
 

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss that return TSSIdentityTokenTypeList
 TSSIdentityTokenTypeList TSSSasMechType.addNewIdentityTokenTypes()
          Appends and returns a new empty "identityTokenTypes" element
 TSSIdentityTokenTypeList TSSSasMechType.getIdentityTokenTypes()
          Gets the "identityTokenTypes" element
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.newInstance()
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(File file)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(InputStream is)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(Node node)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(Reader r)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(String xmlAsString)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(URL u)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(XMLStreamReader sr)
           
static TSSIdentityTokenTypeList TSSIdentityTokenTypeList.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss with parameters of type TSSIdentityTokenTypeList
 void TSSSasMechType.setIdentityTokenTypes(TSSIdentityTokenTypeList identityTokenTypes)
          Sets the "identityTokenTypes" element
 

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

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

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl that return TSSIdentityTokenTypeList
 TSSIdentityTokenTypeList TSSSasMechTypeImpl.addNewIdentityTokenTypes()
          Appends and returns a new empty "identityTokenTypes" element
 TSSIdentityTokenTypeList TSSSasMechTypeImpl.getIdentityTokenTypes()
          Gets the "identityTokenTypes" element
 

Methods in org.apache.geronimo.corba.xbeans.csiv2.tss.impl with parameters of type TSSIdentityTokenTypeList
 void TSSSasMechTypeImpl.setIdentityTokenTypes(TSSIdentityTokenTypeList identityTokenTypes)
          Sets the "identityTokenTypes" element
 



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