ACME is working on setting up security for *PUBLIC, individual users, and roles. When a user has
multiple roles (APUSER, APADMIN, …) and signs in with a single role (APADMIN), what is the
hierarchy that security records read when a user attempts to access an application or perform an
action?
A.
User -> *PUBLIC -> Role
B.
Role -> User -> *PUBLIC
C.
*PUBLIC -> Role -> User
D.
User -> Role -> *PUBLIC
E.
*PUBLIC -> User -> Role