Uses of Class
org.apache.cxf.ws.security.policy.model.SupportingToken

Packages that use SupportingToken
org.apache.cxf.ws.security.policy.model   
 

Uses of SupportingToken in org.apache.cxf.ws.security.policy.model
 

Methods in org.apache.cxf.ws.security.policy.model that return SupportingToken
 SupportingToken Binding.getSignedEndorsingSupportingTokens()
           
 SupportingToken Binding.getSignedSupportingToken()
           
 

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



Apache CXF