Uses of Class
org.apache.nifi.authorization.file.tenants.generated.Tenants
Packages that use Tenants
Package
Description
-
Uses of Tenants in org.apache.nifi.authorization
Fields in org.apache.nifi.authorization declared as TenantsMethods in org.apache.nifi.authorization that return TenantsModifier and TypeMethodDescriptionUserGroupHolder.getTenants()private TenantsFileUserGroupProvider.unmarshallTenants()Methods in org.apache.nifi.authorization with parameters of type TenantsModifier and TypeMethodDescriptionprivate voidFileUserGroupProvider.createUser(Tenants tenants, String userIdentity) Finds the User with the given identity, or creates a new one and adds it to the Tenants.private voidFileUserGroupProvider.populateInitialUsers(Tenants tenants) private voidFileUserGroupProvider.saveAndRefreshHolder(Tenants tenants) Saves the Authorizations instance by marshalling to a file, then re-populates the in-memory data structures and sets the new holder.private voidFileUserGroupProvider.saveTenants(Tenants tenants) private voidFileUserGroupProvider.saveTenants(Tenants tenants, File destinationFile) Constructors in org.apache.nifi.authorization with parameters of type TenantsModifierConstructorDescriptionUserGroupHolder(Tenants tenants) Creates a new holder and populates all convenience data structures. -
Uses of Tenants in org.apache.nifi.authorization.file.tenants.generated
Methods in org.apache.nifi.authorization.file.tenants.generated that return Tenants