Class DisjunctivePrivilegeGroup


  • public class DisjunctivePrivilegeGroup
    extends java.lang.Object
    Represents a group of privilege groups, any of which must be authorized to authorize a request. That is, an OR of privilege groups.
    • Constructor Detail

      • DisjunctivePrivilegeGroup

        public DisjunctivePrivilegeGroup​(java.util.List<ConjunctivePrivilegeGroup> authorizedPrivilegeGroups)