Uses of Class
com.soffid.iam.api.Tenant
-
Packages that use Tenant Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.servei -
-
Uses of Tenant in com.soffid.iam.api
Constructors in com.soffid.iam.api with parameters of type Tenant Constructor Description Tenant(Tenant otherBean) -
Uses of Tenant in com.soffid.iam.service
Methods in com.soffid.iam.service that return Tenant Modifier and Type Method Description TenantTenantService. create(Tenant tenant)Operation create Create a new tenantTenantTenantService. getMasterTenant()Operation getMasterTenant Gets master tenantTenantTenantService. getTenant(Long id)Operation getTenant Finds a tenant by name.TenantTenantService. getTenant(String name)Operation getTenant Finds a tenant by name.TenantTenantService. importTenant(InputStream in)Operation importTenant Ipmorts a tenant to a fileTenantTenantService. update(Tenant tenant)Operation update Updates a tenantMethods in com.soffid.iam.service that return types with arguments of type Tenant Modifier and Type Method Description List<Tenant>TenantService. find(TenantCriteria criteria)Operation find Find tenantsCollection<Tenant>TenantService. listTenants()Operation listTenants List allowed tenant.Methods in com.soffid.iam.service with parameters of type Tenant Modifier and Type Method Description voidTenantService. addTenantServer(Tenant tenant, String server)Operation addTenantServer Adds a server to a tenantTenantTenantService. create(Tenant tenant)Operation 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 fileList<String>TenantService. getDisabledPermissions(Tenant tenant)Operation getDisabledPermissions Gets the list of disabled permissions for a tenantList<String>TenantService. getTenantServers(Tenant tenant)Operation getTenantServers Gets the list of servers for a tenantvoidTenantService. remove(Tenant tenant)Operation remove Remove at tenantvoidTenantService. removeTenantServer(Tenant tenant, String server)Operation removeTenantServer Removes a server for a tenantvoidApplicationBootService. tenantBoot(Tenant tenant)Operation tenantBootTenantTenantService. update(Tenant tenant)Operation update Updates a tenant -
Uses of Tenant in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Tenant Modifier and Type Method Description TenantTenantService. create(Tenant tenant)TenantTenantService. getMasterTenant()TenantTenantService. getTenant(Long id)TenantTenantService. getTenant(String name)TenantTenantService. importTenant(InputStream in)TenantTenantService. update(Tenant tenant)Methods in com.soffid.iam.service.ejb that return types with arguments of type Tenant Modifier and Type Method Description List<Tenant>TenantService. find(TenantCriteria criteria)Collection<Tenant>TenantService. listTenants()Methods in com.soffid.iam.service.ejb with parameters of type Tenant Modifier and Type Method Description voidTenantService. addTenantServer(Tenant tenant, String server)TenantTenantService. create(Tenant tenant)voidTenantService. disablePermission(Tenant tenant, String permission)voidTenantService. enablePermission(Tenant tenant, String permission)voidTenantService. exportTenant(Tenant tenant, OutputStream out)List<String>TenantService. getDisabledPermissions(Tenant tenant)List<String>TenantService. getTenantServers(Tenant tenant)voidTenantService. remove(Tenant tenant)voidTenantService. removeTenantServer(Tenant tenant, String server)TenantTenantService. update(Tenant tenant) -
Uses of Tenant in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei with parameters of type Tenant Modifier and Type Method Description voidApplicationBootService. tenantBoot(Tenant tenant)Operation tenantBoot
-