public class TenantInfoImpl extends Object implements TenantInfo
| Constructor and Description |
|---|
TenantInfoImpl() |
TenantInfoImpl(Set<String> adminRoles,
Set<String> allowedClusters) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAdminRoles() |
Set<String> |
getAllowedClusters() |
void |
setAdminRoles(Set<String> adminRoles) |
void |
setAllowedClusters(Set<String> allowedClusters) |
public Set<String> getAdminRoles()
getAdminRoles in interface TenantInfopublic void setAdminRoles(Set<String> adminRoles)
setAdminRoles in interface TenantInfopublic Set<String> getAllowedClusters()
getAllowedClusters in interface TenantInfopublic void setAllowedClusters(Set<String> allowedClusters)
setAllowedClusters in interface TenantInfoCopyright © 2017–2021 Apache Software Foundation. All rights reserved.