Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Login(RAP Application Login)
Login [message #666973] Mon, 25 April 2011 09:37 Go to next message
Sudesh Bulathsinhala is currently offline Sudesh BulathsinhalaFriend
Messages: 193
Registered: October 2010
Senior Member
Hello,

What are the best practices/methodologies to implement Client-Login in RAP applications ?

Regards,
Sudesh Bulathsinhala
Re: Login [message #667278 is a reply to message #666973] Wed, 27 April 2011 20:17 Go to previous messageGo to next message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
Sudesh,

There are no particular ways to implement client authentication in RAP. Choosing any of the common ways for web applications or implementing your own are the common practices. If you want to implement your own, you can create a dialog in your RAP entry point that prompts the user for their credentials. Then you can verify their credentials and continue loading the application UI.

Hope this helps.
Re: Login [message #667297 is a reply to message #667278] Wed, 27 April 2011 21:48 Go to previous messageGo to next message
Benjamin Wolff is currently offline Benjamin WolffFriend
Messages: 136
Registered: July 2009
Senior Member
Hi Sudesh,

as Austin mentioned, there seems to be no standard way for providing a client authorisation. However, there is an interesting approach that uses Equinox Security and the Java native JAAS framework for client login. See this blog entry: http://eclipsesource.com/blogs/2010/05/13/using-equinox-secu rity-in-rcp-and-rap/

HTH,
Ben


Am 27.04.2011 22:17, schrieb Austin Riddle:
> Sudesh,
>
> There are no particular ways to implement client authentication in RAP. Choosing any of the common ways for web applications or implementing your own are the common practices. If you want to implement your own, you can create a dialog in your RAP entry point that prompts the user for their credentials. Then you can verify their credentials and continue loading the application UI.
> Hope this helps.
Re: Login [message #668062 is a reply to message #667297] Tue, 03 May 2011 15:03 Go to previous messageGo to next message
Sudesh Bulathsinhala is currently offline Sudesh BulathsinhalaFriend
Messages: 193
Registered: October 2010
Senior Member
Hello,

Thanks for the advise.
Will check with equinox security and how we could utilize in our framework.

Thanks,
Sudesh Bulathsinhala
Re: Login [message #668201 is a reply to message #666973] Wed, 04 May 2011 13:36 Go to previous message
Arnaud MERGEY is currently offline Arnaud MERGEYFriend
Messages: 243
Registered: March 2010
Location: France
Senior Member
Unfortunately JAAS part of equinox security as some issues, used on a server-side application, because of bug #215828 https://bugs.eclipse.org/bugs/show_bug.cgi?id=215828

[Updated on: Wed, 04 May 2011 13:37]

Report message to a moderator

Previous Topic:How to register a servlet exetension point in program code without xml?
Next Topic:Draw2d figures on rap
Goto Forum:
  


Current Time: Fri Apr 19 11:53:02 GMT 2024

Powered by FUDForum. Page generated in 0.02525 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top