Hi,
I am a bit confused about some methods in the RoleUsersManager
interface. I have implemented a new CredentialManager that implements
the CredentialsManager and the RoleUsersManager interfaces.
This works perfect for my database application. I now tried to implement
a really simple role based authorization layer for another project and
noticed that some methods in RoleUsersManager deals with long typed
userId and others needs a String typed user name.
Shouldn't the user name be "unique enough"? Are there rife magic to
avoid the long typed userId because I retrieve userdata from a legacy
system that has no numerical id.
Ciao
Matthias
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---