Re: Security
Serge Huber <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Fernando, Yes the approach is correct. Also look at the routing services to see how we allow connection to multiple user and group providers at the same time. The interfaces shouldn't change much, as they haven't in quite some time. The implementations will change because we are constantly improving the LDAP connector. You will also want to look at our valve mechanism for authentification plugins. It is present in org.jahia.params.valves Regards, Serge Huber. Fernando Bucci wrote: > We need to integrate Jahia’s security to a legacy system via web services. > > To do so, we are thinking to develop four new classes that extend: > JahiaUserManagerProvider, JahiaUser, JahiaGroupManagerProvider and > JahiaGroup. > > Is this approach correct? How stable are these interfaces/classes for > future Jahia releases? > > Thanks in advance, > > Fernando Bucci >