public class AclReadAllowedGroupsQuery extends AbstractGroupsQuery
Query
testing the allowed groups.Query.LogicalOperator, Query.Operator
Constructor and Description |
---|
AclReadAllowedGroupsQuery(Collection<GroupIdentity> groups)
Build an allowed groups query.
|
AclReadAllowedGroupsQuery(GroupIdentity... groups)
Build an allowed groups query.
|
AclReadAllowedGroupsQuery(Query.Operator operator,
Collection<GroupIdentity> groups)
Build an allowed groups query.
|
AclReadAllowedGroupsQuery(Query.Operator operator,
GroupIdentity... groups)
Build an allowed groups query.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getField()
The query field.
|
build
public AclReadAllowedGroupsQuery(GroupIdentity... groups)
groups
- The groups to test.public AclReadAllowedGroupsQuery(Collection<GroupIdentity> groups)
groups
- The groups to test.public AclReadAllowedGroupsQuery(Query.Operator operator, GroupIdentity... groups)
operator
- The query operator.groups
- The groups to test.public AclReadAllowedGroupsQuery(Query.Operator operator, Collection<GroupIdentity> groups)
operator
- The query operator.groups
- The groups to test.protected String getField()
AbstractGroupsQuery
getField
in class AbstractGroupsQuery