Wendy Smoak on 16/08/05 17:26, wrote:
The User and Role classes are more or less simple DTOs, one User object
for the user and x Role objects for each role the User is in.


This is where I'm stuck.  Right now I'm playing with extending
Krb5LoginModule, just wrapping it and passing through all the method calls
except 'commit' where I'll need to add more Principals (Users & Roles) to
the Subject. I think. It made sense yesterday... Does that sound remotely correct?

Yes that's more or less what I did when writing a JBoss login module. Unfortunately the JBoss stuff was really still in beta and I had to do a fair amount of debugging to work out how to make it work.

Good luck
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to