public class WssUsernameTokenSecurityStrategy extends AbstractSecurityStrategy implements SecurityStrategy
Constructor and Description |
---|
WssUsernameTokenSecurityStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
apply(Map<String,Object> outConfigProperties,
Map<String,Object> inConfigProperties)
Applies this security strategy to inbound and outbound configuration maps.
|
String |
getPassword() |
PasswordType |
getPasswordType() |
String |
getUsername() |
boolean |
isAddCreated() |
boolean |
isAddNonce() |
void |
setAddCreated(boolean addCreated) |
void |
setAddNonce(boolean addNonce) |
void |
setPassword(String password) |
void |
setPasswordType(PasswordType passwordType) |
void |
setUsername(String username) |
addPasswordCallbackHandler, appendAction
public void apply(Map<String,Object> outConfigProperties, Map<String,Object> inConfigProperties)
SecurityStrategy
apply
in interface SecurityStrategy
outConfigProperties
- Properties to be set on the out interceptor (applied to the SOAP request).inConfigProperties
- Properties to be set on the in interceptor (applied to the SOAP response).public void setUsername(String username)
public String getUsername()
public String getPassword()
public void setPassword(String password)
public PasswordType getPasswordType()
public void setPasswordType(PasswordType passwordType)
public boolean isAddNonce()
public void setAddNonce(boolean addNonce)
public boolean isAddCreated()
public void setAddCreated(boolean addCreated)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.