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
Post a Comment