Subclasses of RequestSecurityToken in org.apache.ws.sandbox.security.trust.message.token |
class |
CancelRequestSecurityToken
This is the class to be used to enerate a RequestSecurityToken for the
RST cancel binding
The additional child elements required for a cancel request is provided here |
class |
IssueRequestSecurityToken
This is the class to be used to enerate a RequestSecurityToken for the
RST issuance binding
Some additional child elements are provided for the convenience of the
developer to carry out an issue request |
class |
RenewRequestSecurityToken
This is the class to be used to enerate a RequestSecurityToken for the
RST renewal binding
Additinal child elemets required for a renewal request is provided here
NOTE: This should no tbe used in requesting a renewable security token
In such a situation IssueRequestSecurityToken should be used setting the
renewal properties |
class |
ValidateRequestSecurityToken
/**
This is the class to be used to enerate a RequestSecurityToken for the
RST validation binding
Even though the ES-Trust spec does not directly specify any specific
child elements for this RST element, this can be used to extend the
fuctionality |