| Package | Description |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements |
| Modifier and Type | Method and Description |
|---|---|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTR()
Create an Empty RSTR
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForCancel()
Create an RSTR for a Successful Token Cancellation
|
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.
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRFrom(Element elem)
create an RSTR from DOM Element
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRFrom(JAXBElement elem)
create an RSTR from JAXBElement
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRFrom(Source src)
create an RSTR from a Source
|
| Modifier and Type | Method and Description |
|---|---|
abstract Element |
WSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr)
Marshal an RSTR to DOM Element
|
abstract Element |
WSTrustElementFactory.toElement(RequestSecurityTokenResponse rstr,
Document doc) |
abstract JAXBElement |
WSTrustElementFactory.toJAXBElement(RequestSecurityTokenResponse rstr)
convert an RSTR to a JAXBElement
|
abstract Source |
WSTrustElementFactory.toSource(RequestSecurityTokenResponse rstr)
Marshal an RSTR to a Source
|
| Modifier and Type | Method and Description |
|---|---|
abstract RequestSecurityTokenResponseCollection |
WSTrustElementFactory.createRSTRC(List<RequestSecurityTokenResponse> rstrs) |
| Modifier and Type | Method and Description |
|---|---|
List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
Gets the value of the RequestSecurityTokenResponse property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.