Interface Security


public interface Security
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
  • Field Details

    • ACCESS_GROUPS

      static final String ACCESS_GROUPS
      Attribute name for storing groups to enforce access controls upon
      See Also:
    • ACCESS_GROUPS_READ

      static final String ACCESS_GROUPS_READ
      Attribute name for adding more granularity for groups to discern who can _only_ read
      See Also:
    • ACCESS_INDIVIDUALS

      static final String ACCESS_INDIVIDUALS
      Attribute name for storing the email addresses of users to enforce access controls upon
      See Also:
    • ACCESS_INDIVIDUALS_READ

      static final String ACCESS_INDIVIDUALS_READ
      Attribute name for adding more granularity for individuals to discern who can _only_ read
      See Also:
    • ACCESS_ADMINISTRATORS

      static final String ACCESS_ADMINISTRATORS
      Attribute name for storing list of individuals who have the ability to modify the list of permissions for a particular metacard
      See Also: