Class FieldSecurity

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean
Direct Known Subclasses:
ActionSecurity, DataFieldSecurity

public class FieldSecurity extends ComponentSecurity
Field security adds the edit in line and view in line flags to the standard component security

These flags are only applicable when the field is part of a collection group. They indicate there is security on the field within the collection line

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • FieldSecurity

      public FieldSecurity()
  • Method Details

    • isEditInLineAuthz

      public Boolean isEditInLineAuthz()
      Indicates whether the field has edit in line authorization and KIM should be consulted
      Returns:
      true if the field has edit in line authorization, false if not
    • setEditInLineAuthz

      public void setEditInLineAuthz(Boolean editInLineAuthz)
      Setter for the edit in line authorization flag
      Parameters:
      editInLineAuthz -
    • isViewInLineAuthz

      public Boolean isViewInLineAuthz()
      Indicates whether the field has view in line unmask authorization and KIM should be consulted
      Returns:
      true if the field has view in line unmask authorization, false if not
    • setViewInLineAuthz

      public void setViewInLineAuthz(Boolean viewInLineAuthz)
      Setter for the view in line authorization flag
      Parameters:
      viewInLineAuthz -