Oracle
1Z0-860 · Question #118
A Java EE 5 Application server has four different security realms for user management. One of the security realms is custom made. This realm supports only individual user entries, no grouping of…
The correct answer is B. The annotation @Run As("AAA") can still be used for this application. D. All security roles can be mapped successfully to individual users in the realm. See the full explanation below for the reasoning.
Question
A Java EE 5 Application server has four different security realms for user management. One of the security realms is custom made. This realm supports only individual user entries, no grouping of users, and is used by the application. Which two statements are true? (Choose two.)
Options
- AEJB developers cannot use the is Caller ln Role method.
- BThe annotation @Run As("AAA") can still be used for this application.
- CAll security roles need a role-link entry in the deployment descriptor.
- DAll security roles can be mapped successfully to individual users in the realm.
How the community answered
(30 responses)- A7% (2)
- B77% (23)
- C17% (5)
Community Discussion
No community discussion yet for this question.