Uses of Interface
org.icenigrid.schema.oasis.wss.y2004.m01.AttributedString

Packages that use AttributedString
org.icenigrid.schema.oasis.wss.y2004.m01   
org.icenigrid.schema.oasis.wss.y2004.m01.impl   
 

Uses of AttributedString in org.icenigrid.schema.oasis.wss.y2004.m01
 

Subinterfaces of AttributedString in org.icenigrid.schema.oasis.wss.y2004.m01
 interface BinarySecurityTokenType
          An XML BinarySecurityTokenType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 interface EncodedString
          An XML EncodedString(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 interface KeyIdentifierType
          An XML KeyIdentifierType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 interface PasswordString
          An XML PasswordString(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01 that return AttributedString
 AttributedString UsernameTokenType.addNewUsername()
          Appends and returns a new empty "Username" element
 AttributedString UsernameTokenType.getUsername()
          Gets the "Username" element
static AttributedString AttributedString.Factory.newInstance()
           
static AttributedString AttributedString.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(java.io.File file)
           
static AttributedString AttributedString.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(java.io.InputStream is)
           
static AttributedString AttributedString.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(org.w3c.dom.Node node)
           
static AttributedString AttributedString.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(java.io.Reader r)
           
static AttributedString AttributedString.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(java.lang.String xmlAsString)
           
static AttributedString AttributedString.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(java.net.URL u)
           
static AttributedString AttributedString.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static AttributedString AttributedString.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AttributedString AttributedString.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AttributedString AttributedString.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AttributedString AttributedString.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01 with parameters of type AttributedString
 void UsernameTokenType.setUsername(AttributedString username)
          Sets the "Username" element
 

Uses of AttributedString in org.icenigrid.schema.oasis.wss.y2004.m01.impl
 

Classes in org.icenigrid.schema.oasis.wss.y2004.m01.impl that implement AttributedString
 class AttributedStringImpl
          An XML AttributedString(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 class BinarySecurityTokenTypeImpl
          An XML BinarySecurityTokenType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 class EncodedStringImpl
          An XML EncodedString(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 class KeyIdentifierTypeImpl
          An XML KeyIdentifierType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 class PasswordStringImpl
          An XML PasswordString(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01.impl that return AttributedString
 AttributedString UsernameTokenTypeImpl.addNewUsername()
          Appends and returns a new empty "Username" element
 AttributedString UsernameTokenTypeImpl.getUsername()
          Gets the "Username" element
 

Methods in org.icenigrid.schema.oasis.wss.y2004.m01.impl with parameters of type AttributedString
 void UsernameTokenTypeImpl.setUsername(AttributedString username)
          Sets the "Username" element
 



Copyright © 2009. All Rights Reserved.