Hi Kamal,
there is interface IdentityManagerProvider, which allows you to
provide your own way from where to retrieve Picketlink
IdentityManager/PartitionManager. Right now, there is just one
implementation of this interface available
RealmIdentityManagerProvider, which uses PartitionManager
initialized with LDAP and configuration of LDAP is taken from
realm configuration. I was thinking about adding another
implementation, which will be able to use PartitionManager from
picketlink subsystem.
So if you want, you can create your own implementation of this
interface and plug it in . See our examples for more details how
to do it:
https://github.com/keycloak/keycloak/tree/master/examples/providers
There is no example for retrieving custom configuration of
picketlink, but there are other examples, which can point you to
how to create custom provider...
Marek
On 29.5.2014 15:41, Kamal Jagadevan wrote: