public class AccessPolicyDTO extends AccessPolicySummaryDTO
| Modifier and Type | Field and Description |
|---|---|
private Set<TenantEntity> |
userGroups |
private Set<TenantEntity> |
users |
| Constructor and Description |
|---|
AccessPolicyDTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<TenantEntity> |
getUserGroups() |
Set<TenantEntity> |
getUsers() |
void |
setUserGroups(Set<TenantEntity> userGroups) |
void |
setUsers(Set<TenantEntity> users) |
getAction, getComponentReference, getConfigurable, getResource, setAction, setComponentReference, setConfigurable, setResourceequals, getId, getParentGroupId, getPosition, getVersionedComponentId, hashCode, setId, setParentGroupId, setPosition, setVersionedComponentId, toStringprivate Set<TenantEntity> users
private Set<TenantEntity> userGroups
public Set<TenantEntity> getUsers()
public void setUsers(Set<TenantEntity> users)
public Set<TenantEntity> getUserGroups()
public void setUserGroups(Set<TenantEntity> userGroups)
Copyright © 2023 Apache NiFi Project. All rights reserved.