| Package | Description |
|---|---|
| org.mule.runtime.extension.api.soap.security |
| Modifier and Type | Method and Description |
|---|---|
PasswordType |
UsernameTokenSecurityStrategy.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.
|
| Constructor and Description |
|---|
UsernameTokenSecurityStrategy(String username,
String password,
PasswordType passwordType) |
UsernameTokenSecurityStrategy(String username,
String password,
PasswordType passwordType,
boolean addNonce,
boolean addCreated) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.