Class DisjunctivePrivilegeGroup

java.lang.Object
com.datahub.authorization.DisjunctivePrivilegeGroup

public class DisjunctivePrivilegeGroup extends Object
Represents a group of privilege groups, any of which must be authorized to authorize a request.

That is, an OR of privilege groups.