Package | Description |
---|---|
org.apache.cxf.ws.security.sts.provider.model.secext |
Modifier and Type | Class and Description |
---|---|
class |
BinarySecurityTokenType
A security token that is encoded in binary
|
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.username |
Modifier and Type | Method and Description |
---|---|
AttributedString |
ObjectFactory.createAttributedString()
Create an instance of
AttributedString |
AttributedString |
UsernameTokenType.getUsername()
Gets the value of the username property.
|
Modifier and Type | Method and Description |
---|---|
void |
UsernameTokenType.setUsername(AttributedString value)
Sets the value of the username property.
|
Apache CXF