|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TSSIdentityTokenTypeList | |
org.openejb.xbeans.csiv2.tss | |
org.openejb.xbeans.csiv2.tss.impl |
Uses of TSSIdentityTokenTypeList in org.openejb.xbeans.csiv2.tss |
Methods in org.openejb.xbeans.csiv2.tss that return TSSIdentityTokenTypeList | |
TSSIdentityTokenTypeList |
TSSSasMechType.getIdentityTokenTypes()
Gets the "identityTokenTypes" element |
TSSIdentityTokenTypeList |
TSSSasMechType.addNewIdentityTokenTypes()
Appends and returns a new empty "identityTokenTypes" element |
static TSSIdentityTokenTypeList |
TSSIdentityTokenTypeList.Factory.newInstance()
|
static TSSIdentityTokenTypeList |
TSSIdentityTokenTypeList.Factory.newInstance(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(File file)
|
static TSSIdentityTokenTypeList |
TSSIdentityTokenTypeList.Factory.parse(File file,
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(InputStream is)
|
static TSSIdentityTokenTypeList |
TSSIdentityTokenTypeList.Factory.parse(InputStream is,
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(javax.xml.stream.XMLStreamReader sr)
|
static TSSIdentityTokenTypeList |
TSSIdentityTokenTypeList.Factory.parse(javax.xml.stream.XMLStreamReader sr,
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(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 |
Methods in org.openejb.xbeans.csiv2.tss with parameters of type TSSIdentityTokenTypeList | |
void |
TSSSasMechType.setIdentityTokenTypes(TSSIdentityTokenTypeList identityTokenTypes)
Sets the "identityTokenTypes" element |
Uses of TSSIdentityTokenTypeList in org.openejb.xbeans.csiv2.tss.impl |
Classes in org.openejb.xbeans.csiv2.tss.impl that implement TSSIdentityTokenTypeList | |
class |
TSSIdentityTokenTypeListImpl
An XML identityTokenTypeList(@http://www.openejb.org/xml/ns/corba-tss-config-2.0). |
Methods in org.openejb.xbeans.csiv2.tss.impl that return TSSIdentityTokenTypeList | |
TSSIdentityTokenTypeList |
TSSSasMechTypeImpl.getIdentityTokenTypes()
Gets the "identityTokenTypes" element |
TSSIdentityTokenTypeList |
TSSSasMechTypeImpl.addNewIdentityTokenTypes()
Appends and returns a new empty "identityTokenTypes" element |
Methods in org.openejb.xbeans.csiv2.tss.impl with parameters of type TSSIdentityTokenTypeList | |
void |
TSSSasMechTypeImpl.setIdentityTokenTypes(TSSIdentityTokenTypeList identityTokenTypes)
Sets the "identityTokenTypes" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |