org.mule.module.ws.security
Class WssUsernameTokenSecurityStrategy

java.lang.Object
  extended by org.mule.module.ws.security.AbstractSecurityStrategy
      extended by org.mule.module.ws.security.WssUsernameTokenSecurityStrategy
All Implemented Interfaces:
SecurityStrategy

public class WssUsernameTokenSecurityStrategy
extends AbstractSecurityStrategy
implements SecurityStrategy


Constructor Summary
WssUsernameTokenSecurityStrategy()
           
 
Method Summary
 void apply(Map<String,Object> configProperties)
           
 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)
           
 
Methods inherited from class org.mule.module.ws.security.AbstractSecurityStrategy
appendAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WssUsernameTokenSecurityStrategy

public WssUsernameTokenSecurityStrategy()
Method Detail

apply

public void apply(Map<String,Object> configProperties)
Specified by:
apply in interface SecurityStrategy

setUsername

public void setUsername(String username)

getUsername

public String getUsername()

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getPasswordType

public PasswordType getPasswordType()

setPasswordType

public void setPasswordType(PasswordType passwordType)

isAddNonce

public boolean isAddNonce()

setAddNonce

public void setAddNonce(boolean addNonce)

isAddCreated

public boolean isAddCreated()

setAddCreated

public void setAddCreated(boolean addCreated)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.