| Package | Description |
|---|---|
| com.sun.xml.ws.security.opt.impl.tokens | |
| com.sun.xml.wss.core |
| Modifier and Type | Method and Description |
|---|---|
String |
UsernameToken.getNonceValue() |
void |
UsernameToken.setDigestOn() |
| Modifier and Type | Method and Description |
|---|---|
SOAPElement |
UsernameToken.getAsSoapElement() |
SOAPElement |
BinarySecurityToken.getAsSoapElement() |
String |
UsernameToken.getNonce() |
byte[] |
BinarySecurityToken.getRawValue()
returns the decoded value of the text node.
|
void |
UsernameToken.setDigestOn() |
| Constructor and Description |
|---|
UsernameToken(Document document,
String username) |
UsernameToken(Document document,
String username,
String password) |
UsernameToken(Document document,
String username,
String password,
boolean digestPassword) |
UsernameToken(Document document,
String username,
String password,
boolean setNonce,
boolean digestPassword)
C'tor that creates the optional element nonce, created is not set.
|
UsernameToken(Document document,
String username,
String password,
boolean setNonce,
boolean setCreatedTimestamp,
boolean digestPassword)
C'tor that creates the optional elements of nonce and created.
|
X509SecurityToken(Document document,
X509Certificate cert) |
X509SecurityToken(Document document,
X509Certificate cert,
String valueType) |
X509SecurityToken(Document document,
X509Certificate cert,
String wsuId,
String valueType) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.