public class PasswordActionHelper
extends java.lang.Object
| Constructor and Description |
|---|
PasswordActionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setAtRegistration(ProductDTO dto,
PasswordType passwordType)
Finds and marks the given password type at registration
|
static void |
setMyPasswordActions(ProductDTO dto,
PasswordType passwordTypeAtRegistration)
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<? extends 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 setAtRegistration(ProductDTO dto, PasswordType passwordType)
public static void setMyPasswordActions(ProductDTO dto, PasswordType passwordTypeAtRegistration)
passwordTypeAtRegistration - the type to be marked at registrationpublic static void setPasswordAction(ProductPasswordActionDTO action, boolean set)
public static void setPasswordActions(java.util.Collection<? extends ProductPasswordActionDTO> actions, boolean set)
public static void setUserPasswordActions(UserManagementProductDTO dto)