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 |
KeyIdentifierType
An XML KeyIdentifierType(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd).
|
Modifier and Type | Method and Description |
---|---|
EncodedString |
NonceDocument.addNewNonce()
Appends and returns a new empty "Nonce" element
|
EncodedString |
NonceDocument.getNonce()
Gets the "Nonce" element
|
static EncodedString |
EncodedString.Factory.newInstance() |
static EncodedString |
EncodedString.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(File file) |
static EncodedString |
EncodedString.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(InputStream is) |
static EncodedString |
EncodedString.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(Node node) |
static EncodedString |
EncodedString.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(Reader r) |
static EncodedString |
EncodedString.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(String xmlAsString) |
static EncodedString |
EncodedString.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(URL u) |
static EncodedString |
EncodedString.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EncodedString |
EncodedString.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EncodedString |
EncodedString.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EncodedString |
EncodedString.Factory.parse(XMLStreamReader sr) |
static EncodedString |
EncodedString.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
NonceDocument.setNonce(EncodedString nonce)
Sets the "Nonce" element
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
EncodedString |
NonceDocumentImpl.addNewNonce()
Appends and returns a new empty "Nonce" element
|
EncodedString |
NonceDocumentImpl.getNonce()
Gets the "Nonce" element
|
Modifier and Type | Method and Description |
---|---|
void |
NonceDocumentImpl.setNonce(EncodedString nonce)
Sets the "Nonce" element
|
Copyright © 2019. All Rights Reserved.