Class ConjunctivePrivilegeGroup

java.lang.Object
com.datahub.authorization.ConjunctivePrivilegeGroup

public class ConjunctivePrivilegeGroup extends Object
Represents a group of privileges that must ALL be required to authorize a request.

That is, an AND of privileges.

  • Constructor Details

    • ConjunctivePrivilegeGroup

      public ConjunctivePrivilegeGroup(Collection<String> requiredPrivileges)
  • Method Details