Apache CXF API

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

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

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)
           
 

Uses of SupportingToken in org.apache.cxf.ws.security.wss4j.policyhandlers
 

Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SupportingToken
protected  Map<Token,Object> AbstractBindingBuilder.handleSupportingTokens(SupportingToken suppTokens, boolean endorse)
           
protected  Map<Token,Object> AbstractBindingBuilder.handleSupportingTokens(SupportingToken suppTokens, boolean endorse, Map<Token,Object> ret)
           
 


Apache CXF API

Apache CXF