Package | Description |
---|---|
org.opensaml.ws.wssecurity |
XMLObject interfaces for WS-Security 2004 elements.
|
org.opensaml.ws.wssecurity.impl |
Modifier and Type | Method and Description |
---|---|
Username |
UsernameToken.getUsername()
Returns the <wsse:Username> child element.
|
Modifier and Type | Method and Description |
---|---|
void |
UsernameToken.setUsername(Username username)
Sets the <wsse:Username> child element.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernameImpl
Implementation of
Username . |
Modifier and Type | Method and Description |
---|---|
Username |
UsernameBuilder.buildObject()
Builds a WS-Security object of the given type.
|
Username |
UsernameBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Username |
UsernameTokenImpl.getUsername()
Returns the <wsse:Username> child element.
|
Modifier and Type | Method and Description |
---|---|
void |
UsernameTokenImpl.setUsername(Username newUsername)
Sets the <wsse:Username> child element.
|
Copyright © 1999-2013. All Rights Reserved.