Uses of Class
org.apache.ws.secpolicy.model.SupportingToken

Packages that use SupportingToken
org.apache.rampart.builder   
org.apache.rampart.policy   
org.apache.ws.secpolicy.model   
 

Uses of SupportingToken in org.apache.rampart.builder
 

Methods in org.apache.rampart.builder with parameters of type SupportingToken
protected  HashMap BindingBuilder.handleSupportingTokens(RampartMessageData rmd, SupportingToken suppTokens)
           
 

Uses of SupportingToken in org.apache.rampart.policy
 

Methods in org.apache.rampart.policy that return SupportingToken
 SupportingToken RampartPolicyData.getSignedEndorsingSupportingTokens()
           
 SupportingToken RampartPolicyData.getSignedSupportingTokens()
           
 SupportingToken RampartPolicyData.getSupportingTokens()
           
 SupportingToken RampartPolicyData.getEndorsingSupportingTokens()
           
 

Methods in org.apache.rampart.policy with parameters of type SupportingToken
 void RampartPolicyData.setSupportingTokens(SupportingToken suppTokens)
           
 void RampartPolicyData.setSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens)
           
 void RampartPolicyData.setSignedSupportingTokens(SupportingToken signedSupportingTokens)
           
 void RampartPolicyData.setEndorsingSupportingTokens(SupportingToken endorsingSupportingTokens)
           
 

Uses of SupportingToken in org.apache.ws.secpolicy.model
 

Methods in org.apache.ws.secpolicy.model that return SupportingToken
 SupportingToken Binding.getSignedEndorsingSupportingTokens()
           
 SupportingToken Binding.getSignedSupportingToken()
           
 

Methods in org.apache.ws.secpolicy.model with parameters of type SupportingToken
 void Binding.setSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens)
           
 void Binding.setSignedSupportingToken(SupportingToken signedSupportingToken)