Uses of Package
org.camunda.bpm.engine.identity
-
Packages that use org.camunda.bpm.engine.identity Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration
(typically based on a configuration file), from which aProcessEngine
can be obtained.
Through the services obtained from such aProcessEngine
, BPM and workflow operation can be executed:
RepositoryService
: ManagesDeployment
s
RuntimeService
: For starting and searchingProcessInstance
s
TaskService
: Exposes operations to manage human (standalone)Task
s, such as claiming, completing and assigning tasks
IdentityService
: Used for managingUser
s,Group
s and the relations between them
ManagementService
: Exposes engine admin and maintenance operations, which have no relation to the runtime execution of business processes
HistoryService
: Exposes information about ongoing and past process instances.
FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.org.camunda.bpm.engine.identity classes related to theIdentityService
.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cfg.auth org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.identity org.camunda.bpm.engine.impl.identity.db org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.identity org.camunda.bpm.engine.rest.hal.group org.camunda.bpm.engine.rest.hal.tenant org.camunda.bpm.engine.rest.hal.user org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.identity.impl org.camunda.bpm.identity.impl.ldap org.camunda.bpm.spring.boot.starter.property org.camunda.bpm.spring.boot.starter.util -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.NativeUserQuery Allows querying ofUser
s via native (SQL) queriesPasswordPolicy Contains a list ofrules
that must be matched by passwords for engine-managed users.PasswordPolicyResult The result of a password which was checked against aPasswordPolicy
.Picture Tenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.identity Class Description GroupQuery Allows to programmatically query forGroup
s.PasswordPolicyRule Describes a rule of aPasswordPolicy
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.NativeUserQuery Allows querying ofUser
s via native (SQL) queriesPasswordPolicy Contains a list ofrules
that must be matched by passwords for engine-managed users.PasswordPolicyResult The result of a password which was checked against aPasswordPolicy
.Picture Tenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.cfg.auth Class Description Group Represents a group, used inIdentityService
.Tenant Represents a tenant, used inIdentityService
.User Represents a user, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.cmd Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.NativeUserQuery Allows querying ofUser
s via native (SQL) queriesPasswordPolicy Contains a list ofrules
that must be matched by passwords for engine-managed users.Picture Tenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.identity Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.NativeUserQuery Allows querying ofUser
s via native (SQL) queriesPasswordPolicy Contains a list ofrules
that must be matched by passwords for engine-managed users.PasswordPolicyResult The result of a password which was checked against aPasswordPolicy
.PasswordPolicyRule Describes a rule of aPasswordPolicy
.Tenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.identity.db Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.NativeUserQuery Allows querying ofUser
s via native (SQL) queriesTenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.impl.persistence.entity Class Description Group Represents a group, used inIdentityService
.Tenant Represents a tenant, used inIdentityService
.User Represents a user, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.dto.identity Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.PasswordPolicy Contains a list ofrules
that must be matched by passwords for engine-managed users.PasswordPolicyResult The result of a password which was checked against aPasswordPolicy
.PasswordPolicyRule Describes a rule of aPasswordPolicy
.Tenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.hal.group Class Description Group Represents a group, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.hal.tenant Class Description Tenant Represents a tenant, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.hal.user Class Description User Represents a user, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.impl Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.Tenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.engine.rest.sub.identity.impl Class Description Group Represents a group, used inIdentityService
.Tenant Represents a tenant, used inIdentityService
.User Represents a user, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.identity.impl.ldap Class Description Group Represents a group, used inIdentityService
.GroupQuery Allows to programmatically query forGroup
s.NativeUserQuery Allows querying ofUser
s via native (SQL) queriesTenant Represents a tenant, used inIdentityService
.TenantQuery Allows to programmatically query forTenant
s.User Represents a user, used inIdentityService
.UserQuery Allows programmatic querying ofUser
-
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.spring.boot.starter.property Class Description User Represents a user, used inIdentityService
. -
Classes in org.camunda.bpm.engine.identity used by org.camunda.bpm.spring.boot.starter.util Class Description User Represents a user, used inIdentityService
.