Apache CXF API

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

Packages that use SamlToken
org.apache.cxf.ws.security.wss4j   
org.apache.cxf.ws.security.wss4j.policyhandlers   
 

Uses of SamlToken in org.apache.cxf.ws.security.wss4j
 

Methods in org.apache.cxf.ws.security.wss4j with parameters of type SamlToken
 String SamlTokenInterceptor.getPassword(String userName, SamlToken info, int type, SoapMessage message)
           
protected  void SamlTokenInterceptor.policyNotAsserted(SamlToken assertion, Exception reason, SoapMessage message)
           
protected  void SamlTokenInterceptor.policyNotAsserted(SamlToken assertion, String reason, SoapMessage message)
           
 

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

Methods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type SamlToken
protected  org.apache.ws.security.saml.ext.AssertionWrapper AbstractBindingBuilder.addSamlToken(SamlToken token)
           
 


Apache CXF API

Apache CXF