Uses of Enum Class
org.mule.runtime.extension.api.soap.security.PasswordType
Packages that use PasswordType
-
Uses of PasswordType in org.mule.runtime.extension.api.soap.security
Methods in org.mule.runtime.extension.api.soap.security that return PasswordTypeModifier and TypeMethodDescriptionUsernameTokenSecurityStrategy.getPasswordType()static 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.runtime.extension.api.soap.security with parameters of type PasswordTypeModifierConstructorDescriptionUsernameTokenSecurityStrategy(String username, String password, PasswordType passwordType) UsernameTokenSecurityStrategy(String username, String password, PasswordType passwordType, boolean addNonce, boolean addCreated)