Hi Matze, there is no public version available of this afaik. However, in your case, I actually think that you need your own authentication implementation since you have to integrate it with another system.
There is an example of this, using standard HTTP authentication: http://rifers.org/wiki/display/RIFE/HTTP+authentication Note that nowadays it's very easy to mix and match authentication sub- systems and that you can register your own CredentialsManagerFactory classes. More details in the javadoc of CredentialsManagerFactoryFactory: http://rifers.org/docs/api/com/uwyn/ rife/authentication/credentialsmanagers/ CredentialsManagerFactoryFactory.html Hope this helps, Geert PS.: yes, I know I need to document these new features of 1.6, sorry that it's taking a long time On 27 Aug 2007, at 15:43, Matthias Barmeier wrote: > Hi, > > is there an example or a description how to implement a class that > implements > com.uwyn.rife.authentication.credentials.RoleUserCredentials. > > For a single sign on implmentation I have to use an external > authentification system. > > Thanks in advance. > > Ciao > Matze -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
