|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestSecurityToken | |
|---|---|
| com.sun.xml.ws.security.trust | |
| Uses of RequestSecurityToken in com.sun.xml.ws.security.trust |
|---|
| Methods in com.sun.xml.ws.security.trust that return RequestSecurityToken | |
|---|---|
abstract RequestSecurityToken |
WSTrustElementFactory.createRST()
Create an Empty RST |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForCancel(URI requestType,
CancelTarget target)
Create an RST for Token Cancellation |
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 RequestSecurityToken |
WSTrustElementFactory.createRSTForRenew(URI tokenType,
URI requestType,
URI context,
RenewTarget target,
AllowPostdating apd,
Renewing renewingInfo)
Create an RST for a Renewal Request |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForValidate(URI tokenType,
URI requestType)
Create an RST for Token Validation |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(Element elem)
create an RST from DOM Element |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(JAXBElement elem)
create an RST from JAXBElement |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(Source src)
create an RST from a Source |
| Methods in com.sun.xml.ws.security.trust with parameters of type RequestSecurityToken | |
|---|---|
abstract Element |
WSTrustElementFactory.toElement(RequestSecurityToken rst)
Marshal an RST to a DOM Element. |
abstract JAXBElement |
WSTrustElementFactory.toJAXBElement(RequestSecurityToken rst)
convert an RST to a JAXBElement |
abstract Source |
WSTrustElementFactory.toSource(RequestSecurityToken rst)
Marshal an RST to a Source. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||