The deployment descriptor for a stateless session bean that uses the isCallerlnRole method reads
as follows:
3. <security-role-ref>
4. <role-name>manager</role-name>
5. <role-link>humanresources</role-link>
6. <security-role-ref>
16. <security-role>
17. <description>
18. Is allowed to view and update all employee records.
19. </description>
20. <role-name>humanresources</role-name>
21. </security-role>
Which two roles are responsible for creating this deployment descriptor? (Choose two.)
A.
Deployer
B.
BeanProvider
C.
System Administrator
D.
Application Assembler