| Package | Description |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements |
| Modifier and Type | Method and Description |
|---|---|
abstract SecurityTokenReference |
WSTrustElementFactory.createSecurityTokenReference(JAXBElement elem) |
abstract SecurityTokenReference |
WSTrustElementFactory.createSecurityTokenReference(Reference ref) |
| Modifier and Type | Method and Description |
|---|---|
abstract CancelTarget |
WSTrustElementFactory.createCancelTarget(SecurityTokenReference str) |
abstract RenewTarget |
WSTrustElementFactory.createRenewTarget(SecurityTokenReference str) |
abstract RequestedAttachedReference |
WSTrustElementFactory.createRequestedAttachedReference(SecurityTokenReference str)
Create a RequestedAttachedReference.
|
abstract RequestedUnattachedReference |
WSTrustElementFactory.createRequestedUnattachedReference(SecurityTokenReference str)
Create a RequestedUnattachedReference.
|
abstract Element |
WSTrustElementFactory.toElement(SecurityTokenReference str,
Document doc)
Marshal an STR to a DOM Element.
|
abstract JAXBElement |
WSTrustElementFactory.toJAXBElement(SecurityTokenReference str)
convert an SecurityTokenReference to a JAXBElement
|
| Modifier and Type | Method and Description |
|---|---|
SecurityTokenReference |
CancelTarget.getSecurityTokenReference()
Get the STR for the Token to be Cancelled
|
SecurityTokenReference |
DelegateTo.getSecurityTokenReference()
Get the STR contained in this DelegateTo instance
|
SecurityTokenReference |
Encryption.getSecurityTokenReference()
Get the STR contained in this Encryption Type
|
SecurityTokenReference |
OnBehalfOf.getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists.
|
SecurityTokenReference |
ProofEncryption.getSecurityTokenReference()
Get the STR contained in this ProofEncryption Type
|
SecurityTokenReference |
RenewTarget.getSecurityTokenReference()
Get the STR for the Token to be renewed
|
SecurityTokenReference |
RequestedProofToken.getSecurityTokenReference()
Gets the SecrityTokenReference if set
|
SecurityTokenReference |
ValidateTarget.getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists.
|
SecurityTokenReference |
RequestedReference.getSTR()
Gets the value of the securityTokenReference property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CancelTarget.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be Cancelled
|
void |
DelegateTo.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of DelegateTo
|
void |
Encryption.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of Encryption
|
void |
OnBehalfOf.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf.
|
void |
ProofEncryption.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of ProofEncryption
|
void |
RenewTarget.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be renewed
|
void |
RequestedProofToken.setSecurityTokenReference(SecurityTokenReference reference)
Set a SecurityTokenReference as the Proof Token
|
void |
ValidateTarget.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf.
|
void |
RequestedReference.setSTR(SecurityTokenReference value)
Sets the value of the securityTokenReference property.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.