|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestSecurityTokenResponse | |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements | |
| Uses of RequestSecurityTokenResponse in com.sun.xml.ws.security.trust |
|---|
| Methods in com.sun.xml.ws.security.trust that return RequestSecurityTokenResponse | |
|---|---|
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 |
| Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityTokenResponse | |
|---|---|
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 |
| Method parameters in com.sun.xml.ws.security.trust with type arguments of type RequestSecurityTokenResponse | |
|---|---|
abstract RequestSecurityTokenResponseCollection |
WSTrustElementFactory.createRSTRC(List<RequestSecurityTokenResponse> rstrs)
|
| Uses of RequestSecurityTokenResponse in com.sun.xml.ws.security.trust.elements |
|---|
| Methods in com.sun.xml.ws.security.trust.elements that return types with arguments of type RequestSecurityTokenResponse | |
|---|---|
List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
Gets the value of the RequestSecurityTokenResponse property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||