Class PermissionCollection


  • public class PermissionCollection
    extends Object
    Effective permissions applied to a reference in a project.

    A collection may be user specific if a matching AccessSection uses "${username}" in its name. The permissions granted in that section may only be granted to the username that appears in the reference name, and also only if the user is a member of the relevant group.

    • Method Detail

      • isUserSpecific

        public boolean isUserSpecific()
        Returns true if a "${username}" pattern might need to be expanded to build this collection, making the results user specific.