Interface RoleMaintainer
-
- All Known Implementing Classes:
RoleMaintainerMock
public interface RoleMaintainer- Author:
- olaa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteLeftoverRoles(List<Tenant> tenants, List<com.yahoo.config.provision.ApplicationId> applications)Given the set of all existing tenants and applications, delete any superflous rolesList<Tenant>tenantsToDelete(List<Tenant> tenants)Finds the subset of tenants that should be deleted based on role/domain existence
-