Foren

Implement Custom com.liferay.portal.service GroupService

Yijia Wang, geändert vor 14 Jahren.

Implement Custom com.liferay.portal.service GroupService

New Member Beiträge: 3 Beitrittsdatum: 13.07.09 Neueste Beiträge
I have to admit I am new to the Liferay framework and not an expert on J2EE development. We are in a more LAMP environment here. But we can do Java programming.

What we want to accomplish is to implement a custom com.liferay.portal.service GroupService interface. So that, while liferay authenticates user via regular LDAP hooks, it can then authorize them via JDBC connection to a database containing all the group information.

We were advised to write this custom hook (i.e. implement the service interface). But unfortunately, we can't find anywhere the concrete instructions on where to start....

If someone can point us to the exact point where we should take the first steps, we would really appreciate it.

-Yijia