Uses of Class
org.mule.module.ws.security.PasswordType

Packages that use PasswordType
org.mule.module.ws.security   
 

Uses of PasswordType in org.mule.module.ws.security
 

Methods in org.mule.module.ws.security that return PasswordType
 PasswordType WssUsernameTokenSecurityStrategy.getPasswordType()
           
static PasswordType PasswordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PasswordType[] PasswordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mule.module.ws.security with parameters of type PasswordType
 void WssUsernameTokenSecurityStrategy.setPasswordType(PasswordType passwordType)
           
 



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