Uses of Enum Class
org.mule.soap.api.security.PasswordType
Packages that use PasswordType
-
Uses of PasswordType in org.mule.soap.api.security
Methods in org.mule.soap.api.security that return PasswordTypeModifier and TypeMethodDescriptionstatic PasswordTypeReturns the enum constant of this class with the specified name.static PasswordType[]PasswordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mule.soap.api.security with parameters of type PasswordTypeModifierConstructorDescriptionWssUsernameTokenSecurityStrategy(String user, String password, PasswordType passwordType, boolean addNonce, boolean addCreated)