Package com.datahub.authorization
Class DisjunctivePrivilegeGroup
java.lang.Object
com.datahub.authorization.DisjunctivePrivilegeGroup
Represents a group of privilege groups, any of which must be authorized to authorize a request.
That is, an OR of privilege groups.
-
Constructor Summary
ConstructorsConstructorDescriptionDisjunctivePrivilegeGroup(List<ConjunctivePrivilegeGroup> authorizedPrivilegeGroups) -
Method Summary
-
Constructor Details
-
DisjunctivePrivilegeGroup
-
-
Method Details
-
getAuthorizedPrivilegeGroups
-