ExamQuestions.com

Register
Login
Java EE 7 Application Developer Exam Questions

Oracle

Java EE 7 Application Developer

26 / 72

Question 26:

Which annotation allows a request to be executed with another Principal`s identity? 

Answer options:

A. It is not possible to execute a request with another Principal`s identity.
B. @UseIdentity
C. @RolesAllowed
D. @Runs