Uses of Class
com.soffid.iam.base.api.Tenant
Packages that use Tenant
Package
Description
-
Uses of Tenant in com.soffid.iam.base.api
Constructors in com.soffid.iam.base.api with parameters of type Tenant -
Uses of Tenant in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return TenantModifier and TypeMethodDescriptionOperation create Create a new tenantTenantService.getMasterTenant()Operation getMasterTenant Gets master tenantOperation getTenant Finds a tenant by name.Operation getTenant Finds a tenant by name.TenantService.importTenant(InputStream in) Operation importTenant Ipmorts a tenant to a fileOperation update Updates a tenantMethods in com.soffid.iam.base.service that return types with arguments of type TenantModifier and TypeMethodDescriptionTenantService.listTenants()Operation listTenants List allowed tenant.Methods in com.soffid.iam.base.service with parameters of type TenantModifier and TypeMethodDescriptionvoidTenantService.addTenantServer(Tenant tenant, String server) Operation addTenantServer Adds a server to a tenantOperation create Create a new tenantvoidTenantService.disablePermission(Tenant tenant, String permission) Operation disablePermission Disables a permission on a tenantvoidTenantService.enablePermission(Tenant tenant, String permission) Operation enablePermission Enables a permission on a tenantvoidTenantService.exportTenant(Tenant tenant, OutputStream out) Operation exportTenant Exports tenant to a fileTenantService.getDisabledPermissions(Tenant tenant) Operation getDisabledPermissions Gets the list of disabled permissions for a tenantTenantService.getTenantServers(Tenant tenant) Operation getTenantServers Gets the list of servers for a tenantvoidOperation remove Remove at tenantvoidTenantService.removeTenantServer(Tenant tenant, String server) Operation removeTenantServer Removes a server for a tenantOperation update Updates a tenant -
Uses of Tenant in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb that return TenantModifier and TypeMethodDescriptionTenantService.getMasterTenant()TenantService.importTenant(InputStream in) Methods in com.soffid.iam.base.service.ejb that return types with arguments of type TenantMethods in com.soffid.iam.base.service.ejb with parameters of type TenantModifier and TypeMethodDescriptionvoidTenantService.addTenantServer(Tenant tenant, String server) voidTenantService.disablePermission(Tenant tenant, String permission) voidTenantService.enablePermission(Tenant tenant, String permission) voidTenantService.exportTenant(Tenant tenant, OutputStream out) TenantService.getDisabledPermissions(Tenant tenant) TenantService.getTenantServers(Tenant tenant) voidvoidTenantService.removeTenantServer(Tenant tenant, String server) -
Uses of Tenant in com.soffid.iam.impl.service
Methods in com.soffid.iam.impl.service with parameters of type TenantModifier and TypeMethodDescriptionvoidApplicationBootService.tenantBoot(Tenant tenant) Operation tenantBoot