Ask questions and see you at August, 5th, 6.PM. CET: http://www.ustream.tv/channel/adambien
Also checkout recent episode:
Please keep the questions Java EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hi Adam,
I have a reuirement to use both LDAP and Database authentication in the same application. For both of them there are built in IdentityStores. In my custom HttpAuthenticationMechanism I got a list of identity stores useing CDI but I didn't find a way how to define what each IdentutySotere relates to (LDAP or DB). I had to use Prioryty property from IdentityStore configurations like Id in order to do that, but I'm not sure this a correct approach.