Package | Description |
---|---|
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 | |
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10.impl |
Modifier and Type | Interface and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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(File file) |
static AttributedString |
AttributedString.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AttributedString |
AttributedString.Factory.parse(InputStream is) |
static AttributedString |
AttributedString.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AttributedString |
AttributedString.Factory.parse(Node node) |
static AttributedString |
AttributedString.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AttributedString |
AttributedString.Factory.parse(Reader r) |
static AttributedString |
AttributedString.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AttributedString |
AttributedString.Factory.parse(String xmlAsString) |
static AttributedString |
AttributedString.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AttributedString |
AttributedString.Factory.parse(URL u) |
static AttributedString |
AttributedString.Factory.parse(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(XMLStreamReader sr) |
static AttributedString |
AttributedString.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
UsernameTokenType.setUsername(AttributedString username)
Sets the "Username" element
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
AttributedString |
UsernameTokenTypeImpl.addNewUsername()
Appends and returns a new empty "Username" element
|
AttributedString |
UsernameTokenTypeImpl.getUsername()
Gets the "Username" element
|
Modifier and Type | Method and Description |
---|---|
void |
UsernameTokenTypeImpl.setUsername(AttributedString username)
Sets the "Username" element
|
Copyright © 2019. All Rights Reserved.