GIAC
GSSP-JAVA · Question #112
GSSP-JAVA Question #112: Real Exam Question with Answer & Explanation
The correct answer is B. <role-link>. See the full explanation below for the reasoning.
Question
Roger works as a Software Developer for Tech Mart Inc. He creates an application using Enterprise JavaBeans. In the bean class, he writes a code snippet as follows. Boolean b = ctx.isCallerInRole("Administrator"); The Application Assembler named Bob declares the following entries within the <entity> element of the deployment descriptor. 1. <security-role-ref> 2. The HR-Manager will have permission to access all the methods. 3. <role-name>HR-Manager</role-name> 4. 5. </security-role-ref> Bob wants to ensure that the HR-Manager declared in the deployment descriptor has all the privileges of an administrator. Which of the following elements should Bob declare in line 4 while deploying the bean?
Options
- A<security-role>
- B<role-link>
- C<method-permission>
- D<run-as>
Community Discussion
No community discussion yet for this question.