Package ddf.catalog.data.types
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttributename for storing list of individuals who have the ability to modify the list of permissions for a particular metacardstatic final StringAttributename for storing groups to enforce access controls uponstatic final StringAttributename for adding more granularity for groups to discern who can _only_ readstatic final StringAttributename for storing the email addresses of users to enforce access controls uponstatic final StringAttributename for adding more granularity for individuals to discern who can _only_ read
-
Field Details
-
ACCESS_GROUPS
Attributename for storing groups to enforce access controls upon- See Also:
-
ACCESS_GROUPS_READ
Attributename for adding more granularity for groups to discern who can _only_ read- See Also:
-
ACCESS_INDIVIDUALS
Attributename for storing the email addresses of users to enforce access controls upon- See Also:
-
ACCESS_INDIVIDUALS_READ
Attributename for adding more granularity for individuals to discern who can _only_ read- See Also:
-
ACCESS_ADMINISTRATORS
Attributename for storing list of individuals who have the ability to modify the list of permissions for a particular metacard- See Also:
-