ACME is working on setting up security for *PUBLIC, individual users, and roles. When JOE user
has two roles assigned to him: Role1=APUSER sequence 10 and Role2=APADMIN sequence 15)
and signs in with the *ALL role, what is the hierarchy that security records read when a user
attempts to access an application or perform an action?
A.
User -> *PUBLIC -> Role1 -> Role2
B.
User -> *PUBLIC -> Role2 -> Role1
C.
User -> Role1 -> Role2-> *PUBLIC
D.
User -> Role2 -> Role1-> *PUBLIC
E.
*PUBLIC -> User -> Role1 -> Role2