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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -