Uses of Package
org.camunda.bpm.engine.identity
Packages that use org.camunda.bpm.engine.identity
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.classes related to the 
IdentityService.API implementation classes, which shouldn't directly be used by end-users.
- 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engineClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesContains a list ofrulesthat must be matched by passwords for engine-managed users.The result of a password which was checked against aPasswordPolicy.Represents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.identityClassDescriptionAllows to programmatically query for
Groups.Describes a rule of aPasswordPolicy.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.implClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesContains a list ofrulesthat must be matched by passwords for engine-managed users.The result of a password which was checked against aPasswordPolicy.Represents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.cfg.authClassDescriptionRepresents a group, used in
IdentityService.Represents a tenant, used inIdentityService.Represents a user, used inIdentityService. - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.cmdClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesContains a list ofrulesthat must be matched by passwords for engine-managed users.Represents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.identityClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesContains a list ofrulesthat must be matched by passwords for engine-managed users.The result of a password which was checked against aPasswordPolicy.Describes a rule of aPasswordPolicy.Represents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.identity.dbClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesRepresents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.persistence.entityClassDescriptionRepresents a group, used in
IdentityService.Represents a tenant, used inIdentityService.Represents a user, used inIdentityService. - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.dto.identityClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Contains a list ofrulesthat must be matched by passwords for engine-managed users.The result of a password which was checked against aPasswordPolicy.Describes a rule of aPasswordPolicy.Represents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.hal.group
 - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.hal.tenant
 - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.hal.user
 - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.sub.identity.implClassDescriptionRepresents a group, used in
IdentityService.Represents a tenant, used inIdentityService.Represents a user, used inIdentityService. - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.identity.impl.ldapClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesRepresents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.spring.boot.starter.property
 - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.spring.boot.starter.security.oauth2.implClassDescriptionRepresents a group, used in
IdentityService.Allows to programmatically query forGroups.Allows querying ofUsers via native (SQL) queriesRepresents a tenant, used inIdentityService.Allows to programmatically query forTenants.Represents a user, used inIdentityService.Allows programmatic querying ofUser - 
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.spring.boot.starter.util