Interface UiComponentPolicyApplier

All Known Implementing Classes:
DefaultUiComponentPolicyApplier

public interface UiComponentPolicyApplier
Interface for applying UI component policies assigned to the current user to a given view.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Applies UI component policies assigned to the current user to the given view.
  • Method Details

    • applyUiComponentPolicies

      void applyUiComponentPolicies(View<?> view)
      Applies UI component policies assigned to the current user to the given view.
      Parameters:
      view - view the view to which the security policies should be applied