| Package | Description |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements |
| Modifier and Type | Method and Description |
|---|---|
abstract RequestedSecurityToken |
WSTrustElementFactory.createRequestedSecurityToken() |
abstract RequestedSecurityToken |
WSTrustElementFactory.createRequestedSecurityToken(Token token)
Create a RequestedSecurityToken.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForValidate(URI tokenType,
RequestedSecurityToken token,
Status status)
create an RSTR for validate request.
|
| Modifier and Type | Method and Description |
|---|---|
RequestedSecurityToken |
RequestSecurityTokenResponse.getRequestedSecurityToken()
Get the requested Security Token
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestSecurityTokenResponse.setRequestedSecurityToken(RequestedSecurityToken securityToken)
Set the requestedSecurityToken on the security token response
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.