Class ShowUserSubstitutionsAction<E extends org.springframework.security.core.userdetails.UserDetails>

Type Parameters:
E - type of the user entity
All Implemented Interfaces:
AdjustWhenViewReadOnly, ExecutableAction, SecuredAction, SecurityConstraintAction, TargetAction<ListDataComponent<E>>, Action, HasShortcutCombination

@ActionType("sec_showUserSubstitutions") public class ShowUserSubstitutionsAction<E extends org.springframework.security.core.userdetails.UserDetails> extends SecuredListDataComponentAction<ShowUserSubstitutionsAction<E>,E> implements AdjustWhenViewReadOnly
Standard action for displaying the user substitutions. Opens UserSubstitutionView that provides CRUD operations for the user substitutions.

Should be defined for a list component (Table, DataGrid, etc.).