java - Eclipse RCP authentication -


i know how implement authentication in eclipse rcp. have started app , have 2 views, 1 admin , 1 regular user. @ startup want show login dialog , depending of type of user show view. can tell me best way that? thanks!

i'll suggest create single view both admin , regular user . create different widgets admin , regular user . before creating view hook login dialog , on basis of authentication login dialog load widgets in view .


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -