jsf security realm in weblogic server

191 Views Asked by At

I'm a complete newbie to JSF and WebLogic. I am using JSF 2.2 and weblogic server. I need to make user authoritation based on user role. I have two types of users: employee and admin. Employee should not enter admin page. Admin can create, update and remove users and give them role. I read weblogic documentation and found security realm. However I need to implement this security realm in JSF. Additionally, all users should be in oracle database and match with weblogic Users, Groups, And Security Roles

0

There are 0 best solutions below