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(Collection<ConjunctivePrivilegeGroup> authorizedPrivilegeGroups) -
Method Summary