| Package | Description |
|---|---|
| org.opensaml.soap.wsfed |
XMLObject interfaces for WS-Federation elements.
|
| org.opensaml.soap.wsfed.impl |
XML Object provider implementations for WS-Federation.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
EndPointReference.getAddress()
Return the object representing the
Address (element). |
| Modifier and Type | Method and Description |
|---|---|
void |
EndPointReference.setAddress(Address address)
Sets the end point address as an object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressImpl
Implementation of the
Address object. |
| Modifier and Type | Field and Description |
|---|---|
private Address |
EndPointReferenceImpl.address
Address of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressBuilder.buildObject()
Builds a WS-Federation object using its default element name.
|
Address |
AddressBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Address |
EndPointReferenceImpl.getAddress()
Return the object representing the
Address (element). |
| Modifier and Type | Method and Description |
|---|---|
void |
EndPointReferenceImpl.setAddress(Address newAddress)
Sets the end point address as an object.
|