Hi, I d like to configure activiti running in weblogic servers and also ldap integration… Is there a way i can use weblogic securiy providers instead of configuring ldap bean. Idea behind this, ldap password is not allowed to be written explicitly like in the api guide: <bean class="org.activiti.ldap.LDAPConfigurator"> configuration…. Thanks…
Yes, the User and Group managers are pluggable so you can write your own version. The LDAP implementation is actually a new implementation of these managers as well.