On 5/23/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote:
But jcifs only works with samba related stuff?
jcifs works with Windows domain controllers. Don't know if that's what you're after, but the general principle should still be the same. 1) have a filter that creates a UserPrinciple via whatever SSO you need to use. 2) have a filter that converts the UserPrinciple into a POJO representation of your user which is stored in the request or session map. 3) have a course-grain filter that restricts access to your application based on the POJO. 4) have a security bean that provides fine-grain access to your application based on the POJO. Obviously, this works best in my situation due to how things are done here and your mileage may vary.

