留言板

Issue in WSO2 Integration with Liferay 6.1

thumbnail
Nithin KV,修改在11 年前。

Issue in WSO2 Integration with Liferay 6.1

Junior Member 帖子: 56 加入日期: 12-7-23 最近的帖子
Hi,


There are some List of Queries which i wanted to discuss check with you :

1) In My Project, Liferay has been integrated with WSO2 and a custom field called SessionID has been created in liferay.
2)Once the User is logged in, WSO2 Authenticator code will set the logged in User's Session ID in some variable using UserObject.getExpandoBridge.setAttribute().
3)In My Post Login Hook, I want to get Logged in User's Session ID. I am using UserObject.getExpandoBridge.getAttribute() & ExpandoLocalServiceUtil.addValue() but i am unable to get any value.
4) I Suspect there is some other way to set Logged in User's Details in Authenticator code for me to get that in my Post Login Hook.



Kindly Suggest.