| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Set<TenantEntity> |
UserDTO.userGroups |
private Set<TenantEntity> |
AccessPolicyDTO.userGroups |
private Set<TenantEntity> |
UserGroupDTO.users |
private Set<TenantEntity> |
AccessPolicyDTO.users |
| Modifier and Type | Method and Description |
|---|---|
Set<TenantEntity> |
UserDTO.getUserGroups() |
Set<TenantEntity> |
AccessPolicyDTO.getUserGroups() |
Set<TenantEntity> |
UserGroupDTO.getUsers() |
Set<TenantEntity> |
AccessPolicyDTO.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDTO.setUserGroups(Set<TenantEntity> userGroups) |
void |
AccessPolicyDTO.setUserGroups(Set<TenantEntity> userGroups) |
void |
UserGroupDTO.setUsers(Set<TenantEntity> users) |
void |
AccessPolicyDTO.setUsers(Set<TenantEntity> users) |
| Modifier and Type | Field and Description |
|---|---|
private Collection<TenantEntity> |
TenantsEntity.userGroups |
private Collection<TenantEntity> |
TenantsEntity.users |
| Modifier and Type | Method and Description |
|---|---|
Collection<TenantEntity> |
TenantsEntity.getUserGroups()
The collection of user groups that are being serialized.
|
Collection<TenantEntity> |
TenantsEntity.getUsers()
The collection of users that are being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TenantsEntity.setUserGroups(Collection<TenantEntity> userGroups) |
void |
TenantsEntity.setUsers(Collection<TenantEntity> users) |
Copyright © 2023 Apache NiFi Project. All rights reserved.