|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestedProofToken | |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements | |
| Uses of RequestedProofToken in com.sun.xml.ws.security.trust |
|---|
| Methods in com.sun.xml.ws.security.trust that return RequestedProofToken | |
|---|---|
abstract RequestedProofToken |
WSTrustElementFactory.createRequestedProofToken()
Create a RequestedProofToken. |
| Methods in com.sun.xml.ws.security.trust with parameters of type RequestedProofToken | |
|---|---|
abstract RequestSecurityTokenResponseCollection |
WSTrustElementFactory.createRSTRCollectionForIssue(URI tokenType,
URI context,
RequestedSecurityToken token,
AppliesTo scopes,
RequestedAttachedReference attachedRef,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create a collection of RequestSecurityTokenResponse(s) |
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForIssue(URI tokenType,
URI context,
RequestedSecurityToken token,
AppliesTo scopes,
RequestedAttachedReference attachedRef,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
create an RSTR for Issue from the given arguments Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returned |
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForRenew(URI tokenType,
URI context,
RequestedSecurityToken token,
RequestedAttachedReference attachedReference,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create an RSTR for a Renewal Response |
| Uses of RequestedProofToken in com.sun.xml.ws.security.trust.elements |
|---|
| Methods in com.sun.xml.ws.security.trust.elements that return RequestedProofToken | |
|---|---|
RequestedProofToken |
RequestSecurityTokenResponse.getRequestedProofToken()
Get the requestedProofToken |
| Methods in com.sun.xml.ws.security.trust.elements with parameters of type RequestedProofToken | |
|---|---|
void |
RequestSecurityTokenResponse.setRequestedProofToken(RequestedProofToken proofToken)
Set the requestedProofToken on the security token response |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||