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(jakarta.xml.bind.JAXBElement elem) |
create an RST from JAXBElement
|
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(Source src) |
create an RST from a Source
|
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTFrom(Element elem) |
create an RST from DOM Element
|