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

Packages that use AbstractToken
org.apache.ws.sandbox.security.policy.message.token   
org.apache.ws.sandbox.security.trust.message.token   
 

Uses of AbstractToken in org.apache.ws.sandbox.security.policy.message.token
 

Subclasses of AbstractToken in org.apache.ws.sandbox.security.policy.message.token
 class AppliesTo
           
 

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

Subclasses of AbstractToken in org.apache.ws.sandbox.security.trust.message.token
 class AllowPostdating
           
 class BinarySecret
           
 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 CancelTarget
          The wst:CancelTarget element
 class Claims
          wst:Claims token Example token
 class Code
           
 class CompositeElement
           
 class ComputedKey
           
 class Created
           
 class Entropy
           
 class Expires
           
 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 KeySize
           
 class Lifetime
           
 class Reason
           
 class Renewing
           
 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 RenewTarget
           
 class RequestedTokenCancelled
           
 class RequestSecurityToken
           
 class RequestSecurityTokenResponse
           
 class RequestType
           
 class Status
           
 class TokenType
           
 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
 class ValueElement
          This is the base class for the elements that carries a value in the element Example: ...
 

Methods in org.apache.ws.sandbox.security.trust.message.token with parameters of type AbstractToken
protected  void AbstractToken.addChild(AbstractToken token)
           
protected  void AbstractToken.removeChild(AbstractToken token)
           
 



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