DEVFYI - Developer Resource - FYI

What is security role

J2EE Interview Questions and Answers (Part 2)


(Continued from previous question...)

273. What is security role

An abstract logical grouping of users that is defined by the application assembler. When an application is deployed, the roles are mapped to security identities, such as principals or groups, in the operational environment. In the J2EE server authentication service, a role is an abstract name for permission to access a particular set of resources. A role can be compared to a key that can open a lock. Many people might have a copy of the key; the lock doesn't care who you are, only that you have the right key.

(Continued on next question...)

Other Interview Questions