Would anyone please comment how can we combine the following:
LDAP:
is the respository of the User, Roles; Rights, etc.... has a Custom
Java API to perform the client request, e.g. authenticate(UID, PWD), getRights(resourceID), etc.
Form Based Authentication:
Would like to use it so the resources/pages/urls access can be controlled by the container automatically.
JAAS:
Still wondering if this can be used with the above two items. The actual logic of the authentication is done in the Custom LDAP Java API. The form based authentication can call the Custom LDAP API directly. Shall we use the JAAS?