public interface SecurityStrategyCxfAdapter
All securities have an Action Name and a Type (Whether should be applied to the SOAP request or SOAP response), and returns a set of properties that needs to be set in the client to make it work.
| Modifier and Type | Method and Description |
|---|---|
Optional<WSPasswordCallbackHandler> |
buildPasswordCallbackHandler()
Gives the option to return a custom
WSPasswordCallbackHandler instance allowing to compose many password handlers
from different security strategies. |
Map<String,Object> |
buildSecurityProperties()
Returns a set of properties to be set on the SOAP request interceptors (OUT interceptors) in order to
applies
this security strategy. |
String |
securityAction()
Returns the security action name that is going to be executed in the request phase (OUT interceptors).
|
SecurityStrategyType |
securityType()
Returns the type of the security strategy, if applies for the request or the response.
|
String securityAction()
this security strategy.SecurityStrategyType securityType()
Map<String,Object> buildSecurityProperties()
this security strategy.Map with the properties required to apply the security strategy.Optional<WSPasswordCallbackHandler> buildPasswordCallbackHandler()
WSPasswordCallbackHandler instance allowing to compose many password handlers
from different security strategies.WSPasswordCallbackHandler to be added to the composite callback handler.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.