public class PasswordActionHelper
extends java.lang.Object
| Constructor and Description |
|---|
PasswordActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setMyPasswordActions(ProductDTO dto)
Enables my password actions for the given product
|
static void |
setPasswordAction(ProductPasswordActionDTO action,
boolean set)
Enables or disables all the possible actions of the given password action
|
static void |
setPasswordActions(java.util.Collection<ProductPasswordActionDTO> actions,
boolean set)
Enables or disables all the possible actions of the given password actions collection
|
static void |
setUserPasswordActions(UserManagementProductDTO dto)
Enables user management password actions for the given product
|
public static void setMyPasswordActions(ProductDTO dto)
public static void setPasswordAction(ProductPasswordActionDTO action, boolean set)
public static void setPasswordActions(java.util.Collection<ProductPasswordActionDTO> actions, boolean set)
public static void setUserPasswordActions(UserManagementProductDTO dto)