Uses of Interface
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10.AttributedString
-
Packages that use AttributedString Package Description org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 -
-
Uses of AttributedString in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10
Subinterfaces of AttributedString in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 Modifier and Type Interface Description interfaceBinarySecurityTokenTypeAn XML BinarySecurityTokenType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).interfaceEncodedStringAn XML EncodedString(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).interfaceKeyIdentifierTypeAn XML KeyIdentifierType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 that return AttributedString Modifier and Type Method Description AttributedStringUsernameTokenType. addNewUsername()Appends and returns a new empty "Username" elementAttributedStringUsernameTokenType. getUsername()Gets the "Username" elementstatic AttributedStringAttributedString.Factory. newInstance()static AttributedStringAttributedString.Factory. newInstance(XmlOptions options)static AttributedStringAttributedString.Factory. parse(File file)static AttributedStringAttributedString.Factory. parse(File file, XmlOptions options)static AttributedStringAttributedString.Factory. parse(InputStream is)static AttributedStringAttributedString.Factory. parse(InputStream is, XmlOptions options)static AttributedStringAttributedString.Factory. parse(Reader r)static AttributedStringAttributedString.Factory. parse(Reader r, XmlOptions options)static AttributedStringAttributedString.Factory. parse(String xmlAsString)static AttributedStringAttributedString.Factory. parse(String xmlAsString, XmlOptions options)static AttributedStringAttributedString.Factory. parse(URL u)static AttributedStringAttributedString.Factory. parse(URL u, XmlOptions options)static AttributedStringAttributedString.Factory. parse(XMLStreamReader sr)static AttributedStringAttributedString.Factory. parse(XMLStreamReader sr, XmlOptions options)static AttributedStringAttributedString.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributedStringAttributedString.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AttributedStringAttributedString.Factory. parse(Node node)static AttributedStringAttributedString.Factory. parse(Node node, XmlOptions options)Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 with parameters of type AttributedString Modifier and Type Method Description voidUsernameTokenType. setUsername(AttributedString username)Sets the "Username" element
-