• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Framework or Design Patterns related to Authorization

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have to create an complex authorization architecture for a financial company which has several roles like SystemAdmin, Advisors, AdvisorAssistant and their clients, etc. Moreover Advisors can have their own domains where they can create roles specific to their domain and assign it their assistants or clients.
I guess the architecture would be High Level Role base authorization system which has low level Domain Based Architecture something like Windows NT.
I have looking into java.security and JAAS but would could find much help. Any pointers in this direction would be appreciated.
Thanks
Tomchi
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Investigate Chapter 18
 
reply
    Bookmark Topic Watch Topic
  • New Topic