Uses of Interface
org.camunda.bpm.engine.identity.Tenant
Packages that use Tenant
Package
Description
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
    
    
    
    
        
    
    
    
    
    
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
    (typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
    can be executed:RepositoryService:
    Manages DeploymentsRuntimeService:
    For starting and searching ProcessInstancesTaskService:
    Exposes operations to manage human (standalone) Tasks,
    such as claiming, completing and assigning tasksIdentityService:
    Used for managing Users,
    Groups and the relations between themManagementService:
    Exposes engine admin and maintenance operations,
    which have no relation to the runtime execution of business processesHistoryService:
    Exposes information about ongoing and past process instances.FormService:
    Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
- 
Uses of Tenant in org.camunda.bpm.engineMethods in org.camunda.bpm.engine that return TenantModifier and TypeMethodDescriptionCreates a new tenant.Methods in org.camunda.bpm.engine with parameters of type TenantModifier and TypeMethodDescriptionvoidIdentityService.saveTenant(Tenant tenant) Saves the tenant.
- 
Uses of Tenant in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return TenantMethods in org.camunda.bpm.engine.impl with parameters of type Tenant
- 
Uses of Tenant in org.camunda.bpm.engine.impl.cfg.authMethods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type TenantModifier and TypeMethodDescriptionInvoked whenever a new tenant is createdDefaultAuthorizationProvider.tenantMembershipCreated(Tenant tenant, Group group) DefaultAuthorizationProvider.tenantMembershipCreated(Tenant tenant, User user) ResourceAuthorizationProvider.tenantMembershipCreated(Tenant tenant, Group group) Invoked whenever a group is added to a tenant.ResourceAuthorizationProvider.tenantMembershipCreated(Tenant tenant, User user) Invoked whenever an user is added to a tenant.
- 
Uses of Tenant in org.camunda.bpm.engine.impl.cmdFields in org.camunda.bpm.engine.impl.cmd declared as TenantMethods in org.camunda.bpm.engine.impl.cmd that return TenantModifier and TypeMethodDescriptionprotected TenantCreateTenantCmd.executeCmd(CommandContext commandContext) Constructors in org.camunda.bpm.engine.impl.cmd with parameters of type Tenant
- 
Uses of Tenant in org.camunda.bpm.engine.impl.identityMethods in org.camunda.bpm.engine.impl.identity that return TenantModifier and TypeMethodDescriptionWritableIdentityProvider.createNewTenant(String tenantId) Returns a new (transient)Tenantobject.ReadOnlyIdentityProvider.findTenantById(String tenantId) Methods in org.camunda.bpm.engine.impl.identity with parameters of type TenantModifier and TypeMethodDescriptionWritableIdentityProvider.saveTenant(Tenant tenant) Allows saving aTenantobject which is not yet persistent.
- 
Uses of Tenant in org.camunda.bpm.engine.impl.identity.dbMethods in org.camunda.bpm.engine.impl.identity.db that return TenantMethods in org.camunda.bpm.engine.impl.identity.db that return types with arguments of type TenantModifier and TypeMethodDescriptionDbTenantQueryImpl.executeList(CommandContext commandContext, Page page) DbReadOnlyIdentityServiceProvider.findTenantByQueryCriteria(DbTenantQueryImpl query) Methods in org.camunda.bpm.engine.impl.identity.db with parameters of type TenantModifier and TypeMethodDescriptionprotected voidDbIdentityServiceProvider.createDefaultAuthorizations(Tenant tenant) protected voidDbIdentityServiceProvider.createDefaultTenantMembershipAuthorizations(Tenant tenant, Group group) protected voidDbIdentityServiceProvider.createDefaultTenantMembershipAuthorizations(Tenant tenant, User user) DbIdentityServiceProvider.saveTenant(Tenant tenant) 
- 
Uses of Tenant in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement Tenant
- 
Uses of Tenant in org.camunda.bpm.engine.rest.dto.identityMethods in org.camunda.bpm.engine.rest.dto.identity with parameters of type TenantMethod parameters in org.camunda.bpm.engine.rest.dto.identity with type arguments of type Tenant
- 
Uses of Tenant in org.camunda.bpm.engine.rest.hal.tenantMethods in org.camunda.bpm.engine.rest.hal.tenant with parameters of type Tenant
- 
Uses of Tenant in org.camunda.bpm.engine.rest.sub.identity.implMethods in org.camunda.bpm.engine.rest.sub.identity.impl that return Tenant
- 
Uses of Tenant in org.camunda.bpm.identity.impl.ldapMethods in org.camunda.bpm.identity.impl.ldap that return TenantMethods in org.camunda.bpm.identity.impl.ldap that return types with arguments of type TenantModifier and TypeMethodDescriptionLdapTenantQuery.executeList(CommandContext commandContext, Page page)