Is this approach still being considered? I see from the current schema that we seem to now be configuring using a login-module element rather than mechanism specific elements as in this post.
Anil Saldhana wrote:
Further discussions with AS team has yielded something like the following:
<security-domain name="foo">
<ldap-auth server="...">
<jdbc-auth ...>
<extension module="..." class="...">
</security-domain>
This is just a natural language description in the domain model. What "ldap-auth" maps to is an implementation detail.
Just really checking if there will be authentication mechanism specific elements / types I can re-use or if we are remaining with the generic login-module elements?