• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How "Principal" & "Role" relate ?

 
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From HFB P. 584, it describes what's the meaning of

1. Principal
2. Role
3. Users
4. Groups

As I know, one "Group" contains "many users". So how "Principal" & "Role" relate each other ?

Is it one "Role" contains "many Principal" ?
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Vince Hon:
From HFB P. 584, it describes what's the meaning of
1. Principal
2. Role
3. Users
4. Groups
As I know, one "Group" contains "many users". So how "Principal" & "Role" relate each other ?
Is it one "Role" contains "many Principal" ?


Principal maps to a user accessing the system while a role defines certain privilages its members can possess. For example, principals p1 and p2 belong to role "Admin", while principals p3 and p4 belong to role "Guest User". The role Admin defines privilages that p1 and p2 can have, while p3 and p4 have their own privilages defined for Guest User.
 
Destroy anything that stands in your way. Except this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic