|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecurityTokenReference | |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements | |
| Uses of SecurityTokenReference in com.sun.xml.ws.security.trust |
|---|
| Methods in com.sun.xml.ws.security.trust that return SecurityTokenReference | |
|---|---|
abstract SecurityTokenReference |
WSTrustElementFactory.createSecurityTokenReference(JAXBElement elem)
|
abstract SecurityTokenReference |
WSTrustElementFactory.createSecurityTokenReference(Reference ref)
|
| Methods in com.sun.xml.ws.security.trust with parameters of type SecurityTokenReference | |
|---|---|
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 org.w3c.dom.Element |
WSTrustElementFactory.toElement(SecurityTokenReference str,
org.w3c.dom.Document doc)
Marshal an STR to a DOM Element. |
abstract JAXBElement |
WSTrustElementFactory.toJAXBElement(SecurityTokenReference str)
convert an SecurityTokenReference to a JAXBElement |
| Uses of SecurityTokenReference in com.sun.xml.ws.security.trust.elements |
|---|
| Methods in com.sun.xml.ws.security.trust.elements that return SecurityTokenReference | |
|---|---|
SecurityTokenReference |
ValidateTarget.getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists. |
SecurityTokenReference |
RequestedProofToken.getSecurityTokenReference()
Gets the SecrityTokenReference if set |
SecurityTokenReference |
RenewTarget.getSecurityTokenReference()
Get the STR for the Token to be renewed |
SecurityTokenReference |
ProofEncryption.getSecurityTokenReference()
Get the STR contained in this ProofEncryption Type |
SecurityTokenReference |
OnBehalfOf.getSecurityTokenReference()
Get the STR for OnBehalfOf, null if none exists. |
SecurityTokenReference |
Encryption.getSecurityTokenReference()
Get the STR contained in this Encryption Type |
SecurityTokenReference |
DelegateTo.getSecurityTokenReference()
Get the STR contained in this DelegateTo instance |
SecurityTokenReference |
CancelTarget.getSecurityTokenReference()
Get the STR for the Token to be Cancelled |
SecurityTokenReference |
RequestedReference.getSTR()
Gets the value of the securityTokenReference property. |
| Methods in com.sun.xml.ws.security.trust.elements with parameters of type SecurityTokenReference | |
|---|---|
void |
ValidateTarget.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf. |
void |
RequestedProofToken.setSecurityTokenReference(SecurityTokenReference reference)
Set a SecurityTokenReference as the Proof Token |
void |
RenewTarget.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be renewed |
void |
ProofEncryption.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of ProofEncryption |
void |
OnBehalfOf.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for OnBehalfOf. |
void |
Encryption.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of Encryption |
void |
DelegateTo.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token as the contents of DelegateTo |
void |
CancelTarget.setSecurityTokenReference(SecurityTokenReference ref)
Set the STR for the Token to be Cancelled |
void |
RequestedReference.setSTR(SecurityTokenReference value)
Sets the value of the securityTokenReference property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||