public class UserDTO extends TenantDTO
| Modifier and Type | Field and Description |
|---|---|
private Set<AccessPolicySummaryEntity> |
accessPolicies |
private Set<TenantEntity> |
userGroups |
| Constructor and Description |
|---|
UserDTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<AccessPolicySummaryEntity> |
getAccessPolicies() |
Set<TenantEntity> |
getUserGroups() |
void |
setAccessPolicies(Set<AccessPolicySummaryEntity> accessPolicies) |
void |
setUserGroups(Set<TenantEntity> userGroups) |
getConfigurable, getIdentity, setConfigurable, setIdentityequals, getId, getParentGroupId, getPosition, getVersionedComponentId, hashCode, setId, setParentGroupId, setPosition, setVersionedComponentId, toStringprivate Set<TenantEntity> userGroups
private Set<AccessPolicySummaryEntity> accessPolicies
public Set<TenantEntity> getUserGroups()
public void setUserGroups(Set<TenantEntity> userGroups)
public Set<AccessPolicySummaryEntity> getAccessPolicies()
public void setAccessPolicies(Set<AccessPolicySummaryEntity> accessPolicies)
Copyright © 2023 Apache NiFi Project. All rights reserved.