| Package | Description |
|---|---|
| com.sun.xml.ws.security.secext10 | |
| com.sun.xml.ws.security.trust.impl.elements.str |
| Modifier and Type | Class and Description |
|---|---|
class |
EncodedString
This type is used for elements containing stringified binary data.
|
class |
KeyIdentifierType
A security token key identifier
|
class |
PasswordString
This type is used for password elements per Section 4.1.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributedString |
UsernameTokenType.created |
protected AttributedString |
UsernameTokenType.iteration |
protected AttributedString |
UsernameTokenType.nonce |
protected AttributedString |
UsernameTokenType.password |
protected AttributedString |
UsernameTokenType.salt |
protected AttributedString |
UsernameTokenType.username |
| Modifier and Type | Method and Description |
|---|---|
AttributedString |
ObjectFactory.createAttributedString()
Create an instance of
AttributedString |
AttributedString |
UsernameTokenType.getCreated() |
AttributedString |
UsernameTokenType.getIteration() |
AttributedString |
UsernameTokenType.getNonce() |
AttributedString |
UsernameTokenType.getPassword() |
AttributedString |
UsernameTokenType.getSalt() |
AttributedString |
UsernameTokenType.getUsername()
Gets the value of the username property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsernameTokenType.setCreated(AttributedString value) |
void |
UsernameTokenType.setIteration(AttributedString value) |
void |
UsernameTokenType.setNonce(AttributedString value) |
void |
UsernameTokenType.setPassword(AttributedString value) |
void |
UsernameTokenType.setSalt(AttributedString salt) |
void |
UsernameTokenType.setUsername(AttributedString value)
Sets the value of the username property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyIdentifierImpl
KeyIdentifier implementation
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.