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 Tenant
TenantService. create(Tenant tenant)
Operation create Create a new tenantTenant
TenantService. getMasterTenant()
Operation getMasterTenant Gets master tenantTenant
TenantService. getTenant(Long id)
Operation getTenant Finds a tenant by name.Tenant
TenantService. getTenant(String name)
Operation getTenant Finds a tenant by name.Tenant
TenantService. importTenant(InputStream in)
Operation importTenant Ipmorts a tenant to a fileTenant
TenantService. 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 void
TenantService. addTenantServer(Tenant tenant, String server)
Operation addTenantServer Adds a server to a tenantTenant
TenantService. create(Tenant tenant)
Operation create Create a new tenantvoid
TenantService. disablePermission(Tenant tenant, String permission)
Operation disablePermission Disables a permission on a tenantvoid
TenantService. enablePermission(Tenant tenant, String permission)
Operation enablePermission Enables a permission on a tenantvoid
TenantService. 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 tenantvoid
TenantService. remove(Tenant tenant)
Operation remove Remove at tenantvoid
TenantService. removeTenantServer(Tenant tenant, String server)
Operation removeTenantServer Removes a server for a tenantvoid
ApplicationBootService. tenantBoot(Tenant tenant)
Operation tenantBootTenant
TenantService. 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 Tenant
TenantService. create(Tenant tenant)
Tenant
TenantService. getMasterTenant()
Tenant
TenantService. getTenant(Long id)
Tenant
TenantService. getTenant(String name)
Tenant
TenantService. importTenant(InputStream in)
Tenant
TenantService. 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 void
TenantService. addTenantServer(Tenant tenant, String server)
Tenant
TenantService. create(Tenant tenant)
void
TenantService. disablePermission(Tenant tenant, String permission)
void
TenantService. enablePermission(Tenant tenant, String permission)
void
TenantService. exportTenant(Tenant tenant, OutputStream out)
List<String>
TenantService. getDisabledPermissions(Tenant tenant)
List<String>
TenantService. getTenantServers(Tenant tenant)
void
TenantService. remove(Tenant tenant)
void
TenantService. removeTenantServer(Tenant tenant, String server)
Tenant
TenantService. 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 void
ApplicationBootService. tenantBoot(Tenant tenant)
Operation tenantBoot
-