| Package | Description |
|---|---|
| org.opensaml.soap.wstrust |
XMLObject interfaces for WS-Trust 1.3 elements.
|
| org.opensaml.soap.wstrust.impl |
XML Object provider implementations for WS-Trust.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
Returns the list of wst:RequestSecurityTokenResponse child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestSecurityTokenResponseImpl
RequestSecurityTokenResponseImpl.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollectionImpl.requestSecurityTokenResponses
The list of wst:RequestSecurityTokenResponse child elements.
|
| Modifier and Type | Method and Description |
|---|---|
RequestSecurityTokenResponse |
RequestSecurityTokenResponseBuilder.buildObject()
Builds a WS-Trust object of the given type.
|
RequestSecurityTokenResponse |
RequestSecurityTokenResponseBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollectionImpl.getRequestSecurityTokenResponses()
Returns the list of wst:RequestSecurityTokenResponse child elements.
|