| Package | Description |
|---|---|
| com.sun.xml.ws.policy.impl.bindings | |
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements |
| Modifier and Type | Field and Description |
|---|---|
protected AppliesTo |
PolicyAttachment.appliesTo |
| Modifier and Type | Method and Description |
|---|---|
AppliesTo |
ObjectFactory.createAppliesTo()
Create an instance of
AppliesTo |
AppliesTo |
PolicyAttachment.getAppliesTo()
Gets the value of the appliesTo property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyAttachment.setAppliesTo(AppliesTo value)
Sets the value of the appliesTo property.
|
| Modifier and Type | Method and Description |
|---|---|
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForIssue(URI tokenType,
URI requestType,
URI context,
AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lifetime)
Create an RST for Issue from the given arguments
Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present
|
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
|
| Modifier and Type | Method and Description |
|---|---|
AppliesTo |
WSTrustElementBase.getAppliesTo()
Get the desired AppliesTo policy settings for the token if specified, null otherwise
|
| Modifier and Type | Method and Description |
|---|---|
void |
WSTrustElementBase.setAppliesTo(AppliesTo appliesTo)
Set the desired policy settings for the requested token
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.