-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
1. We want to make it easier for developers to implement an identity provider. For this, we need to provide basic Java documentation for relevant classes like
- SessionFactory
- Session
- ...
2. Remove unused code from these classes.
AC
- Java documentation is showing how to use the classes above to create a custom identity provider
- Unused code is removed from identity provider interface and classes.
Examples for unused code:
org.camunda.bpm.engine.impl.identity.ReadOnlyIdentityProvider.createUserQuery(CommandContext) (and similar for the other queries)
value field in org.camunda.bpm.engine.impl.identity.IdentityOperationResult