| 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 |
|---|---|
Challenge |
SignChallengeType.getChallenge()
Returns the wst:Challenge child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignChallengeType.setChallenge(Challenge challenge)
Sets the wst:Challenge child element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChallengeImpl
ChallengeImpl.
|
| Modifier and Type | Field and Description |
|---|---|
private Challenge |
SignChallengeTypeImpl.challenge
Challenge child element. |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
ChallengeBuilder.buildObject()
Builds a WS-Trust object of the given type.
|
Challenge |
ChallengeBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Challenge |
SignChallengeTypeImpl.getChallenge()
Returns the wst:Challenge child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignChallengeTypeImpl.setChallenge(Challenge newChallenge)
Sets the wst:Challenge child element.
|