Package org.camunda.bpm.engine.identity
classes related to the
IdentityService
.-
Interface Summary Interface 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
-
Class Summary Class Description Picture