Package org.camunda.bpm.engine.impl.identity
-
Interface Summary Interface Description Account ReadOnlyIdentityProvider SPI interface for read-only identity Service Providers.WritableIdentityProvider SPI Interface for identity service implementations which offer read / write access to the user database. -
Class Summary Class Description Authentication Allows to expose the id of the currently authenticated user, his groups and his tenants to the process engine.DefaultPasswordPolicyImpl IdentityOperationResult Holds the result of anIdentityService
operation including the operation that was executed and optionally a resulting value.IndentityLogger PasswordPolicyDigitRuleImpl PasswordPolicyLengthRuleImpl PasswordPolicyLowerCaseRuleImpl PasswordPolicyResultImpl PasswordPolicySpecialCharacterRuleImpl PasswordPolicyUpperCaseRuleImpl PasswordPolicyUserDataRuleImpl -
Exception Summary Exception Description IdentityProviderException Marks an exception triggered inside an identity provider implementation