掲示板

make a portlet that has the same functionality with login portlet

thumbnail
11年前 に En Rico によって更新されました。

make a portlet that has the same functionality with login portlet

Junior Member 投稿: 39 参加年月日: 11/12/06 最新の投稿
Hello,

i want to make my own vaadin portlet. This portlet should first show a login view before it will be forwarded to other page view.
My idea is:
the user sees my portlet and if he is not logged in yet in to the liferay portal, my portlet will show the login view.
Within this login view, the user can give their liferay username and password.
And i checked the code of login liferay portlet. They use LoginAction.


String login = LoginAction.getLogin(request, "login", company);


And in my vaadin application, I want to get this LoginAction. But i can't have it. Can anyone help me how to make a login portlet that enable users to login to liferay portal?
I dont want to use the login portlet the one that liferay has.

thank you.