Package com.datahub.authorization
Class DisjunctivePrivilegeGroup
- java.lang.Object
-
- com.datahub.authorization.DisjunctivePrivilegeGroup
-
public class DisjunctivePrivilegeGroup extends java.lang.ObjectRepresents a group of privilege groups, any of which must be authorized to authorize a request. That is, an OR of privilege groups.
-
-
Constructor Summary
Constructors Constructor Description DisjunctivePrivilegeGroup(java.util.List<ConjunctivePrivilegeGroup> authorizedPrivilegeGroups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ConjunctivePrivilegeGroup>getAuthorizedPrivilegeGroups()
-
-
-
Constructor Detail
-
DisjunctivePrivilegeGroup
public DisjunctivePrivilegeGroup(java.util.List<ConjunctivePrivilegeGroup> authorizedPrivilegeGroups)
-
-
Method Detail
-
getAuthorizedPrivilegeGroups
public java.util.List<ConjunctivePrivilegeGroup> getAuthorizedPrivilegeGroups()
-
-