Results 1 to 2 of 2

Thread: Is spring security facelets works for resource based access levels

  1. #1

    Post Is spring security facelets works for resource based access levels

    Scenario is,
    We have pre-defined set of resources (Menus, tabs, pages etc). User will be assigned to some/all resources and each resource has access level (SUPERVISOR, INQUIRY, NONE etc..).
    If resource does not get assigned (or access level is NONE/INQ) to user, then that resource should not be displayed.
    If resource is assigned to user and has supervisor access, then user will be able to access resource.

    Could someone throw light on the implementation stuff and if possible, pls provide examples

    We are using Spring webflow, security, primefaces.....

    Thanks,

  2. #2

    Default

    Any pointers on this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •