Ask questions and see you at November, 1st, 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'm using JSR-375 Security API in my Jakarta EE project with the out-of-the-box LdapIdentityStore, for example:
Is it possible to define the attributes for the IdentityStore (url, bindDn, ...) programmatically (without writing a custom Identitystore)? I do not want to hard-code them in the Java class. For example I want to read them from environment variables.
kind regards
Markus