Hi Matze, you just need to put the class name of your CredentialsManagerFactory into an element property that is called 'credentialsmanagerfactory_class'. Cfr, the JavaDocs of CredentialsManagerFactoryFactory
Best regards, Geert On 28 Aug 2007, at 10:55, Matthias Barmeier wrote: > > Hi Geert, > > to implement a CredentialsManagerFactory should be no problem, but > I am > a bit confused on how to make it available in rife. > > I know your time is limited but it would great if you have some XML > snippets for me on how to intergate my factory in rife. > > Thanks. > > Ciao > Matze > > P.S.: Don't worry about the documentation. I love to use rife because > most things are intuitive. Keep on the good work and thanks for this > framework !!! > > Geert Bevin schrieb: >> 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 >> >> >>> >> >> >> > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
