Uses of Class
org.apache.ws.sandbox.security.trust.message.token.RequestSecurityToken

Packages that use RequestSecurityToken
org.apache.ws.sandbox.axis.security.trust   
org.apache.ws.sandbox.security.trust.message.token   
 

Uses of RequestSecurityToken in org.apache.ws.sandbox.axis.security.trust
 

Methods in org.apache.ws.sandbox.axis.security.trust that return RequestSecurityToken
 RequestSecurityToken STSAgent.getReqSecTok()
           
 

Methods in org.apache.ws.sandbox.axis.security.trust with parameters of type RequestSecurityToken
 void STSAgent.setReqSecTok(RequestSecurityToken reqSecTok)
           
 

Uses of RequestSecurityToken in org.apache.ws.sandbox.security.trust.message.token
 

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
 



Copyright © 2004-2008 Apache Web Services. All Rights Reserved.